summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueh-Hsuan Chiang <yhchiang@fb.com>2014-12-11 10:33:52 -0800
committerYueh-Hsuan Chiang <yhchiang@fb.com>2014-12-11 10:33:52 -0800
commit9cda7cb77b0c7208a63579c7e79252f23db92f67 (patch)
tree08139b5b7541af7b339bf59cc9def60c0b7e7ff3
parent0d0d9bd3dcc7a717bb0ceb39648b23ae1bc7c7f3 (diff)
Improve the format in HISTORY.mdrocksdb-3.9
-rw-r--r--HISTORY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 2692513ec..2be7852ad 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