summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt16
1 files changed, 7 insertions, 9 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 940c8d1cc..46a8cf542 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,15 +10,6 @@ Features
nosetests`` within a checkout of the ``repoze.bfg`` package to see
test coverage output.
-- Improve test coverage.
-
-- Remove old cold which attempts to recover from trying to unpickle a
- ``z3c.pt`` template; Chameleon has been the templating engine for a
- good long time now. Running repoze.bfg against a sandbox that has
- pickled ``z3c.pt`` templates it will now just fail with an
- unpickling error, but can be fixed by deleting the template cache
- files.
-
- Added a ``post`` argument to the ``repoze.bfg.testing:DummyRequest``
constructor.
@@ -94,6 +85,13 @@ Behavior Changes
``get_options`` within an application's ``make_app`` function is no
longer required (the "raw" ``options`` dict or None may be passed).
+- Remove old cold which attempts to recover from trying to unpickle a
+ ``z3c.pt`` template; Chameleon has been the templating engine for a
+ good long time now. Running repoze.bfg against a sandbox that has
+ pickled ``z3c.pt`` templates it will now just fail with an
+ unpickling error, but can be fixed by deleting the template cache
+ files.
+
Deprecations
------------