--- a/docs/HISTORY.txt Wed Jun 27 13:20:37 2018 +0200
+++ b/docs/HISTORY.txt Thu Jun 28 12:01:52 2018 +0200
@@ -1,6 +1,17 @@
Changelog
=========
+0.1.16
+------
+ - updated annotation adapter factory to use a registered object factory if given factory is an
+ interface
+ - added "parent_selector" predicate for IObjectMoved/IObjectAdded events
+ - added "is_interface" function to check if an object is an interface
+ - added IRelativeURL interface, default adapter and TALES "relative_url" extension to get
+ content's URL based on current display context
+ - added "cache_key" and "timestamp" TALES extensions
+ - removed configuration factory interfaces and use standard object factory
+
0.1.15
------
- added "inherit_from" attribute to IInheritInfo interface