summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Canadi <icanadi@fb.com>2014-10-07 11:59:30 -0700
committerIgor Canadi <icanadi@fb.com>2014-10-07 11:59:30 -0700
commit1d525891bdf06b7dbc0d5f18e3981f2af9d686ef (patch)
tree9a5cb71d73b55377405de726afcd1551c7b78671
parent88edfd90ae296785a6ba158e0d3f1e742d6b76b7 (diff)
Update HISTORY for 3.6v3.6.1
-rw-r--r--HISTORY.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 41c49cc1a..7451a8dc8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,6 @@
# Rocksdb Change Log
-## Unreleased (will be released with 3.6)
+## 3.6.0 (10/7/2014)
### Disk format changes
* If you're using RocksDB on ARM platforms and you're using default bloom filter, there is a disk format change you need to be aware of. There are three steps you need to do when you convert to new release: 1. turn off filter policy, 2. compact the whole database, 3. turn on filter policy
@@ -13,8 +13,6 @@
* Change target_file_size_base type to uint64_t from int.
* Remove allow_thread_local. This feature was proved to be stable, so we are turning it always-on.
------ Past Releases -----
-
## 3.5.0 (9/3/2014)
### New Features
* Add include/utilities/write_batch_with_index.h, providing a utilitiy class to query data out of WriteBatch when building it.