Skip to content

Commit

Permalink
change notes (should have been in tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyposter committed Feb 6, 2007
1 parent 4811a5e commit ae206f5
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
=======
CHANGES
Changes
=======

1.1
===

(unreleased; supports Zope 3.4/Zope 2.11/ZODB 3.8, also unreleased)
(supports Zope 3.4/Zope 2.11/ZODB 3.8, unreleased)

- adjust to BTrees changes in ZODB 3.8 (thanks Jürgen Kartnaller)
1.1.0 alpha
-----------

1.0.1
=====
(unreleased)

- adjust to BTrees changes in ZODB 3.8 (thanks Juergen Kartnaller)

1.0
===

(supports Zope 3.3/Zope 2.10/ZODB 3.7)

1.0.1
-----

- Incorporated test and bug fix from Gabriel Shaar::

if the target parameter is a container with no objects, then
`shared.AbstractContainer.isLinked` resolves to False in a bool context and
tokenization fails. `target and tokenize({'target': target})` returns the
target instead of the result of the tokenize function.
if the target parameter is a container with no objects, then
`shared.AbstractContainer.isLinked` resolves to False in a bool context and
tokenization fails. `target and tokenize({'target': target})` returns the
target instead of the result of the tokenize function.

- Made README.txt tests pass on hopefully wider set of machines (this was a
test improvement; the relationship index did not have the fragility).
Reported by Gabriel Shaar.

1.0
===

(supports Zope 3.3/Zope 2.10/ZODB 3.7)
1.0.0
-----

Initial release
Initial release

0 comments on commit ae206f5

Please sign in to comment.