From: Yueh-Hsuan Chiang Date: Thu, 11 Dec 2014 18:33:52 +0000 (-0800) Subject: Improve the format in HISTORY.md X-Git-Tag: rocksdb-3.9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9cda7cb77b0c7208a63579c7e79252f23db92f67;p=rocksdb.git Improve the format in HISTORY.md --- diff --git a/HISTORY.md b/HISTORY.md index 2692513e..2be7852a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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