]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Improve the format in HISTORY.md rocksdb-3.9
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Thu, 11 Dec 2014 18:33:52 +0000 (10:33 -0800)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Thu, 11 Dec 2014 18:33:52 +0000 (10:33 -0800)
HISTORY.md

index 2692513ec41c7fa8b564467dd2f7f25a4d158f2c..2be7852ada3d7ef7e89a658c60e0695ae822382e 100644 (file)
@@ -5,8 +5,8 @@
 ### Public API changes
 * New API to create a checkpoint added. Given a directory name, creates a new
   database which is an image of the existing database.
-*New API LinkFile added to Env. If you implement your own Env class, an
- implementation of the API LinkFile will have to be provided.
+* New API LinkFile added to Env. If you implement your own Env class, an
 implementation of the API LinkFile will have to be provided.
 * MemTableRep takes MemTableAllocator instead of Arena
 
 ### Improvements