Update changelog

This commit is contained in:
Tyler Hobbs
2013-09-20 13:31:55 -05:00
parent b5016bfde6
commit 5a3310d689

View File

@@ -1,6 +1,6 @@
1.0.0-beta3 1.0.0-beta3
=========== ===========
(In progress) Sep 20, 2013
Features Features
-------- --------
@@ -25,6 +25,7 @@ Bug Fixes
* Avoid a potential loss of precision on float constants due to string * Avoid a potential loss of precision on float constants due to string
formatting formatting
* Actually utilize non-standard ports set on Cluster objects * Actually utilize non-standard ports set on Cluster objects
* Fix export of schema as a set of CQL queries
Other Other
----- -----
@@ -33,6 +34,7 @@ Other
* Raise InvalidTypeParameterError when parameters of the wrong * Raise InvalidTypeParameterError when parameters of the wrong
type are used with statements type are used with statements
* Make all tests compatible with Python 2.6 * Make all tests compatible with Python 2.6
* Add 1s timeout for opening new connections
1.0.0-beta2 1.0.0-beta2
=========== ===========