diff options
| author | Michael Merickel <michael@merickel.org> | 2024-02-07 21:08:16 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-02-07 21:08:16 -0700 |
| commit | 0441e47ae10f8e2006fd56860c90e96de30f6dec (patch) | |
| tree | a68310f52429bddb38bb87b6c16550980f730782 /CHANGES.rst | |
| parent | 03e2e439f263aca7d4efa8173c0bbc4aacb8a3c2 (diff) | |
| download | pyramid-0441e47ae10f8e2006fd56860c90e96de30f6dec.tar.gz pyramid-0441e47ae10f8e2006fd56860c90e96de30f6dec.tar.bz2 pyramid-0441e47ae10f8e2006fd56860c90e96de30f6dec.zip | |
add changelog for #3747 and #3751
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 96d496044..e712449ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -63,3 +63,15 @@ Backward Incompatibilities Documentation Changes --------------------- + +- Sync the SQLAlchemy Wiki tutorial with changes to the + ``pyramid-cookiecutter-starter``. Includes updates to use ``pyproject.toml`` + to replace separate config files for ``pytest``, ``coverage``, and + ``setuptools``. Also upgrades patterns to support SQLAlchemy 2.0. + See https://github.com/Pylons/pyramid/pull/3747 + +- Sync the ZODB Wiki tutorial with changes to the + ``pyramid-cookiecutter-starter``. Includes updates to use ``pyproject.toml`` + to replace separate config files for ``pytest``, ``coverage``, and + ``setuptools``. + See https://github.com/Pylons/pyramid/pull/3751 |
