From 0ed6b99691f1392f9adbf61a9c0ffd7d8a46251f Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 4 Aug 2018 19:10:48 -0500 Subject: [PATCH] add changelog for #3307 --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 47738e29b8..1e412eab72 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,