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

« back to all changes in this revision

Viewing changes to CHANGES.rst

  • Committer: Tres Seaver
  • Date: 2014-12-24 16:35:27 UTC
  • Revision ID: git-v1:d58def69e86a72e9330c82a420ffdf04a6b5964c
Nest into Github.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=======
 
2
CHANGES
 
3
=======
 
4
 
 
5
4.0.0 (unreleased)
 
6
--------------------
 
7
 
 
8
- Add support for Python 3.4.
 
9
 
 
10
 
 
11
4.0.0a1 (2013-02-25)
 
12
--------------------
 
13
 
 
14
- Add support for Python 3.3.
 
15
 
 
16
- Replace deprecated ``zope.interface.implements`` usage with equivalent
 
17
  ``zope.interface.implementer`` decorator.
 
18
 
 
19
- Drop support for Python 2.4 and 2.5.
 
20
 
 
21
 
 
22
3.8.2 (2011-11-29)
 
23
------------------
 
24
 
 
25
- Conform to repository policy.
 
26
 
 
27
3.8.1 (2009-12-27)
 
28
------------------
 
29
 
 
30
- Remov ``zope.app.testing`` dependency.
 
31
 
 
32
3.8.0 (2009-02-01)
 
33
------------------
 
34
 
 
35
- Move core functionality from ``zope.app.catalog`` to this package.
 
36
  The ``zope.app.catalog`` package now only contains ZMI-related browser
 
37
  views and backward-compatibility imports.