diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 500fbb62..e349e82b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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)