--- a/docs/HISTORY.txt Tue Nov 15 10:43:55 2016 +0100
+++ b/docs/HISTORY.txt Fri Nov 18 15:28:54 2016 +0100
@@ -1,6 +1,16 @@
Changelog
=========
+0.1.4
+-----
+ - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function
+ returns a "True" value when called with parent as argument
+ - added annotation for vocabulary registry
+ - added 'prefix' argument to 'request_property' and 'session_property' decorators
+ - handle POSError in 'query_utility' registry function
+ - updated unit tests
+ - updated documentation
+
0.1.3
-----
- corrected XML-RPC client for Python 3
@@ -14,3 +24,7 @@
0.1.1
-----
- corrected cookies management in XML-RPC authenticated transport
+
+0.1.0
+-----
+ - initial release