From 8f75fce0a83c8d409f2cdf3459b3ce7217987fca Mon Sep 17 00:00:00 2001 From: hofmockel Date: Sat, 31 May 2014 20:27:44 +0200 Subject: [PATCH] Update the changelog --- docs/changelog.rst | 5 +++++ docs/conf.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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.