-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGES.txt
36 lines (23 loc) · 849 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
unreleased
----------
- Add Alembic support
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/7 and
https://github.com/Pylons/pyramid/issues/1597
- Switch to ``argparse`` for the ``initialize_db`` script.
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/43
- Add pshell helpers for starting transactions and injecting builtins into
the interactive console.
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/42
- Switch the SQLAlchemy logging level to ``WARN`` to reduce output by default.
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/42
0.3
---
- Add pyramid_retry
See https://github.com/Pylons/pyramid/issues/3042
0.2
---
- Add plaster_pastedeploy to the dependencies in setup.py
See https://github.com/Pylons/pyramid/issues/3048
0.1
---
- Initial version.