summaryrefslogtreecommitdiff
path: root/CHANGES.rst
blob: c588fea7a6cd41cf3e7bb33493b2505dab225c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
===========
 Changelog
===========

3.1 (unreleased)
================

- Nothing changed yet.


3.0 (2023-03-27)
================

- Add support for Python 3.11.

- Drop support for Python 2.7, 3.5, 3.6.


2.4 (2022-04-06)
================

- Add support for Python 3.8, 3.9, 3.10.

- Drop support for Python 3.4.


2.3 (2018-10-05)
================

- Add support for Python 3.7.


2.2.0 (2017-08-10)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6, 3.2 and 3.3.

- Host documentation at https://zopebrowser.readthedocs.io

2.1.0 (2014-12-26)
==================

- Add support for Python 3.4.

- Add support for testing on Travis.

2.0.2 (2013-03-08)
==================

- Add Trove classifiers indicating CPython, 3.2 and PyPy support.

2.0.1 (2013-02-11)
==================

- Add support for testing with tox.

2.0.0 (2013-02-11)
==================

- Test coverage of 100% verified.

- Add support for Python 3.3 and PyPy.

- Drop support for Python 2.4 and 2.5.

1.3 (2010-04-30)
================

- Remove ``test`` extra and ``zope.testing`` dependency.

1.2 (2009-05-18)
================

- Move ``ISystemErrorView`` interface here from
  ``zope.app.exception`` to break undesirable dependencies.

- Fix home page and author's e-mail address.

- Add doctests to ``long_description``.

1.1 (2009-05-13)
================

- Move ``IAdding`` interface here from ``zope.app.container.interfaces``
  to break undesirable dependencies.

1.0 (2009-05-13)
================

- Move ``IView`` and ``IBrowserView`` interfaces here from
  ``zope.publisher.interfaces`` to break undesirable dependencies.

0.5.0 (2008-12-11)
==================

- Move ``ITerms`` interface here from ``zope.app.form.browser.interfaces``
  to break undesirable dependencies.