From 858c9358460c0b5959b9ea7abb9cfe1f19eaf5b0 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Thu, 3 Apr 2014 17:09:09 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc4e93d5..f9db0899 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,9 @@ Features github issue #46) * Support static columns in schemas, which are available starting in Cassandra 2.1. (github issue #91) +* Add debian packaging (github issue #101) +* Add utility methods for easy concurrent execution of statements. See + the new cassandra.concurrent module. (github issue #7) Bug Fixes ---------