summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2018-03-08 12:29:42 -0500
committerTres Seaver <tseaver@palladion.com>2018-03-08 12:29:42 -0500
commit6141a7339840701fcff98a4e36152d998b59ea84 (patch)
tree65b94002655b350561e206e1273e12315d513371 /CHANGES.txt
parent681a79f56cae6c21103f75c7062679ed8b449322 (diff)
downloadpyramid-6141a7339840701fcff98a4e36152d998b59ea84.tar.gz
pyramid-6141a7339840701fcff98a4e36152d998b59ea84.tar.bz2
pyramid-6141a7339840701fcff98a4e36152d998b59ea84.zip
Mark changelogs as ReST, for better Github rendering.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
deleted file mode 100644
index 482610319..000000000
--- a/CHANGES.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-unreleased
-==========
-
-Features
---------
-
-- Add a ``_depth`` and ``_category`` arguments to all of the venusian
- decorators. The ``_category`` argument can be used to affect which actions
- are registered when performing a ``config.scan(..., category=...)`` with a
- specific category. The ``_depth`` argument should be used when wrapping
- the decorator in your own. This change affects ``pyramid.view.view_config``,
- ``pyramid.view.exception_view_config``,
- ``pyramid.view.forbidden_view_config``, ``pyramid.view.notfound_view_config``,
- ``pyramid.events.subscriber`` and ``pyramid.response.response_adapter``
- decorators. See https://github.com/Pylons/pyramid/pull/3105 and
- https://github.com/Pylons/pyramid/pull/3122
-
-- Fix the ``pyramid.request.Request`` class name after using
- ``set_property`` or ``config.add_request_method`` such that the
- ``str(request.__class__)`` would appear as ``pyramid.request.Request``
- instead of ``pyramid.util.Request``.
- See https://github.com/Pylons/pyramid/pull/3129
-
-Bug Fixes
----------
-
-Deprecations
-------------
-
-Backward Incompatibilities
---------------------------
-
-- On Python 3.4+ the ``repoze.lru`` dependency is dropped. If you were using
- this package directly in your apps you should make sure that you are
- depending on it directly within your project.
- See https://github.com/Pylons/pyramid/pull/3140
-
-Documentation Changes
----------------------
-