~ztk-steering-group/zope.principalannotation/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=======
CHANGES
=======

3.6.1 (unreleased)
------------------

- Removed dependency on zope.container.

3.6.0 (2009-03-09)
------------------

Initial release. This package was splitted off zope.app.principalannotation
to remove its dependencies on "zope 3 application server" components.

In addition, the following changes were made after split off:

 - The IAnnotations implementation was fixed to look in the higher-level
   utility not only on ``__getitem__``, but also on ``get`` and ``__nonzero``.

 - Tests was reworked into the README.txt doctest.

 - Added a buildout part that generates Sphinx documentation from the
   README.txt