summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dd6a68497..0d1fcd25f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -46,7 +46,7 @@ Features
stop depending upon it. To do so, substitute imports of
``repoze.bfg.convention.bfg_view`` with imports of
``repoze.bfg.view.bfg_view``, and change the stanza in ZCML from
- ``<convention package=".">`` to ``<grok package=".">``. As a result
+ ``<convention package=".">`` to ``<scan package=".">``. As a result
of the merge, bfg has grown a new dependency: ``martian``.
- View functions which use the pushpage decorator are now pickleable