summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-03-13 13:23:53 -0700
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-03-13 13:23:53 -0700
commit8265906fb8e661b161ccb54062c3c3924e4ee964 (patch)
tree86897c8c5b6b50001a5a2f698ab4693112cd48fd
parentc6f2b4b831435a1a347c1e10ec8179f7482b18d2 (diff)
downloadwsme-8265906fb8e661b161ccb54062c3c3924e4ee964.tar.gz
Update change list for 0.6.1 release
Change-Id: I1150466fbf20e39179e342106f3e0190a0293a8c
-rw-r--r--doc/changes.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 768efb4..aa12afb 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,6 +1,29 @@
Changes
=======
+0.6.1
+-----
+
+* Fix default handling for zero values
+* Fixing spelling mistakes
+* A proper check of UuidType
+* pecan: cleanup, use global vars and staticmethod
+* args_from_args() to work with an instance of UserType
+
+0.6
+---
+
+* Add 'readonly' parameter to wsattr
+* Fix typos in documents and comments
+* Support dynamic types
+* Support building wheels (PEP-427)
+* Fix a typo in the types documentation
+* Add IntegerType and some classes for validation
+* Use assertRaises() for negative tests
+* Remove the duplicated error message from Enum
+* Drop description from 403 flask test case
+* Fix SyntaxWarning under Python 3
+
0.5b6 (2013-10-16)
------------------