Improve the format in HISTORY.md

This commit is contained in:
Yueh-Hsuan Chiang 2014-12-11 10:33:52 -08:00
parent 0d0d9bd3dc
commit 9cda7cb77b

View 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