Update HISTORY.md for wrong release date

This commit is contained in:
Siying Dong 2017-02-08 11:28:31 -08:00 committed by GitHub
parent c2ca7a9f99
commit 00c6c53fc8

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log
## 5.1.0 (01/13/2016)
## 5.1.0 (01/13/2017)
### Public API Change
* Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions().
* Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a file successfully.