From 08a46670d440e2425e69df1c7a28e8960a58ede7 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Wed, 26 Mar 2014 11:43:44 -0500 Subject: [PATCH] Update changelog Fixes issues #97 and #98 --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec3ca2b9..cc4e93d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,8 @@ Bug Fixes keyspace name was quoted, but any quotes in the string were not escaped. * Avoid adding hosts to the load balancing policy before their datacenter and rack information has been set, if possible. +* Avoid KeyError when updating metadata after droping a table (github issues + #97, #98) Other -----