summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 47738e29b..1e412eab7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -91,6 +91,11 @@ Backward Incompatibilities
Documentation Changes
---------------------
+- Add support for alembic to the pyramid-cookiecutter-alchemy cookiecutter
+ and update the wiki2 tutorial to explain how it works.
+ See https://github.com/Pylons/pyramid/pull/3307 and
+ https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/7
+
- Bump Sphinx to >= 1.7.4 in setup.py to support ``emphasize-lines`` in PDFs
and to pave the way for xelatex support. See
https://github.com/Pylons/pyramid/pull/3271,