diff options
| -rw-r--r-- | CHANGES.rst | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d3a372629..0df071528 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,16 @@ -unreleased -========== +2.0a1 (2020-12-15) +================== + +- Overhaul tutorials and update cookiecutter to de-emphasize ``request.user`` + in favor of ``request.identity`` for common use cases. + See https://github.com/Pylons/pyramid/pull/3629 + +- Improve documentation and patterns with builtin fixtures shipped in the + cookiecutters. + See https://github.com/Pylons/pyramid/pull/3629 + +2.0a0 (2020-11-29) +================== Features -------- |
