Add issue to changelog
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d6a3ef48 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d6a3ef48 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d6a3ef48 Branch: refs/heads/cassandra-3.0 Commit: d6a3ef4863142c3f9fc1def911f28341fc78f2e8 Parents: 9ce74db Author: T Jake Luciani <j...@apache.org> Authored: Fri Nov 11 14:26:07 2016 -0500 Committer: T Jake Luciani <j...@apache.org> Committed: Fri Nov 11 14:26:07 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d6a3ef48/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 36615ae..eb53d02 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.10 + * Disallow offheap_buffers memtable allocation (CASSANDRA-11039) * Fix CommitLogSegmentManagerTest (CASSANDRA-12283) * Pass root cause to CorruptBlockException when uncompression failed (CASSANDRA-12889) * Fix partition count log during compaction (CASSANDRA-12184)