-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathCHANGES.txt
93 lines (60 loc) · 2.79 KB
/
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
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
2.0.2 (2023-08-24)
------------------
- Fix unwanted literal inclusion of a METAL attribute in rendered output within
the Chameleon ``layout.pt`` template.
- Remove unnecessary fork of pytext-cookies.
2.0.1 (2023-01-29)
------------------
- Add support for Python 3.10, and 3.11.
- Fix deprecation warnings from pytest-cookies.
- Fix missing interpolation in SQLAlchemy model.
- Use fork of pytest-cookies to fix tests on windows.
2.0 (2021-02-28)
----------------
- Remove omit line that is no longer needed after moving tests.
See https://github.com/Pylons/pyramid-cookiecutter-starter/issues/82
- Move tests outside of application package to sibling directory.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/81
- Bump test coverage up to 100% for ``none`` backend.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/78
- Fix DeprecationWarning: Use of .. or absolute path in a resource path is not
allowed and will raise exceptions in a future release.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/76
- Drop Python 3.4 support, and add Python 3.8 support.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/74
- Fix ``lang`` attribute syntax for Chameleon template.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/73
- Add ``logger_alembic`` to ``ini`` files.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/71
- Remove the settings for ``tm.manager_hook``.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/66
- Fix an issue where entered values in inputs inherit white as their text
color, making it impossible to see entered values.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
- Drop Python 2 support.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/63
- Allow input values to display by setting the text color to black instead of
inheriting the color of white.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
- Extend SQLAlchemy to track the current Pyramid request. Improve some
inline docs for SQLAlchemy.
1.10 (2018-10-05)
-----------------
- pyramid-cookiecutter-starter combines all features of
pyramid-cookiecutter-alchemy and pyramid-cookiecutter-zodb.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/61
0.3
---
- Use a context manager.
See https://github.com/Pylons/pyramid-cookiecutter-starter/issues/44
- Align template layout with alchemy cookiecutter.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/53
- Update Twitter Bootstrap external resources.
See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/48/
0.2
---
- Add plaster_pastedeploy to the dependencies in setup.py
See: https://github.com/Pylons/pyramid/issues/3048
0.1
---
- Initial version.