More changelog catch-up

This commit is contained in:
Adam Holmberg
2014-10-09 16:52:22 -05:00
parent 9618dd9843
commit a0ff7ff272

View File

@@ -2,6 +2,13 @@
=====
In Progress
Features
--------
* Allow DCAwareRoundRobinPolicy to be constructed without a local_dc, defaulting
instead to the DC of a contact_point (PYTHON-126)
* Set routing key in BatchStatement.add() if none specified in batch (PYTHON-148)
* Improved feedback on ValueError using named_tuple_factory with invalid column names (PYTHON-122)
Bug Fixes
---------
* Handle Unauthorized message on schema_triggers query (PYTHON-155)