Update HISTORY.md for 5.4.1

This commit is contained in:
Yi Wu 2017-04-28 13:56:40 -07:00
parent 6d29d8b3fa
commit 30a6d4e3ed

View File

@ -2,6 +2,8 @@
## 5.4.1 (04/28/2017)
### Buf Fxies
* Fix WriteBatchWithIndex address use after scope error.
* Fix WritableFile buffer size in direct IO.
* Add prefetch to PosixRandomAccessFile in buffered io.
## 5.4.0 (04/11/2017)
### Public API Change