Update the changelog
This commit is contained in:
parent
f4c5aed418
commit
8f75fce0a8
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
-----------
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue