-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGES.txt
38 lines (24 loc) · 895 Bytes
/
CHANGES.txt
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
0.4 (unreleased)
----------------
- Add new command ``pyramid-chameleon-precompile``.
- Update the repo to standards. See
https://github.com/Pylons/pyramid_chameleon/issues/22
- Remove support for Python 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5.
``pyramid_chameleon`` now only runs on versions of Python supported by
Pyramid 2.0 and better.
- Add support for PyPy3.
- Ensure we can build when CHANGES.txt and README.rst cannot be found by
setup.py.
- Drop reliance on (now non-existent in 2.0) ``pyramid.compat``.
- Modernize test and build systems.
0.3 (2014-07-01)
----------------
- Remove dependency on ``pyramid.interfaces.ITemplateRenderer`` (which is
deprecated in Pyramid > 1.5).
- Update Trove classifiers and tests to support Python 3.4.
0.2 (2014-02-09)
----------------
- Drop dependency on ``nose-selecttests``.
0.1 (2013-09-07)
----------------
- Initial version