diff --git a/docs/changelog.rst b/docs/changelog.rst index 5626d95..d9863c1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,11 @@ For DB.iterkeys and DB.iteritems ``itertools.takewhile`` is a possible solution. it.seek(b'00002') print dict(takewhile(lambda item: item[0].startswith(b'00002'), it)) +**New Methods:** + +Make CompactRange available: :py:meth:`rocksdb.DB.compact_range` + + Version 0.2 ----------- diff --git a/docs/conf.py b/docs/conf.py index 4435390..767d291 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ copyright = u'2014, sh' # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.