]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md for RocksDB 4.1
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Tue, 17 Nov 2015 21:53:06 +0000 (13:53 -0800)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Tue, 17 Nov 2015 21:53:06 +0000 (13:53 -0800)
Summary:
Update HISTORY.md for RocksDB 4.1

Test Plan:
no code change

Reviewers: igor, sdong, anthony, IslamAbdelRahman, rven, kradhakrishnan

Subscribers: leveldb

HISTORY.md

index f4227078ce111a45bb05445992889c53f4b894e3..d06acc6660b8bcc55075f74cc89631c358ca3efd 100644 (file)
@@ -1,6 +1,6 @@
 # Rocksdb Change Log
 
-## Unreleased
+## 4.2.0 (11/9/2015)
 ### New Features
 * Introduce CreateLoggerFromOptions(), this function create a Logger for provided DBOptions. 
 * Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column families.