summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rw-r--r--TODO.txt2
2 files changed, 1 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 41e716065..294950d1d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -155,7 +155,7 @@ Deprecations
Backwards Incompatibilities
---------------------------
-- The Pyramid router no longer adds the values ``bfg.routes.route`` and
+- The Pyramid router no longer adds the values ``bfg.routes.route`` or
``bfg.routes.matchdict`` to the request's WSGI environment dictionary.
These values were docs-deprecated in ``repoze.bfg`` 1.0 (effectively seven
minor releases ago). If your code depended on these values, use
diff --git a/TODO.txt b/TODO.txt
index d1209f325..9c041b6ef 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -98,8 +98,6 @@ Nice-to-Have
Future
------
-- 1.4: Kill off ``bfg.routes`` envvars in router.
-
- 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions
(render_*)