add HBASE-3665 to CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1082654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas Spiegelberg 2011-03-17 19:29:06 +00:00
parent 8a386e758e
commit 4723e3b017
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Release 0.91.0 - Unreleased
HBASE-3514 Speedup HFile.Writer append (Matteo Bertozzi via Ryan)
HBASE-3515 [replication] ReplicationSource can miss a log after RS comes
out of GC
HBASE-3665 tighten assertions for testBloomFilterSize
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)