Update HISTORY.md for 5.4.1

This commit is contained in:
Yi Wu 2017-05-01 21:49:09 -07:00
parent f3dc93bcf1
commit b07369836e

View File

@ -4,6 +4,7 @@
* Fix WriteBatchWithIndex address use after scope error. * Fix WriteBatchWithIndex address use after scope error.
* Fix WritableFile buffer size in direct IO. * Fix WritableFile buffer size in direct IO.
* Add prefetch to PosixRandomAccessFile in buffered io. * Add prefetch to PosixRandomAccessFile in buffered io.
* Fix PinnableSlice access invalid address when row cache is enabled.
## 5.4.0 (04/11/2017) ## 5.4.0 (04/11/2017)
### Public API Change ### Public API Change