summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-08-20 23:32:44 +0000
committerChris McDonough <chrism@agendaless.com>2009-08-20 23:32:44 +0000
commit45b545c377945812a83d926d11f1635d279069a6 (patch)
tree7930cfb33c17ccbcbd4f139b16555164f8a90014 /CHANGES.txt
parenta9454c13d890c5775d58735199f57caaf75aed33 (diff)
downloadpyramid-45b545c377945812a83d926d11f1635d279069a6.tar.gz
pyramid-45b545c377945812a83d926d11f1635d279069a6.tar.bz2
pyramid-45b545c377945812a83d926d11f1635d279069a6.zip
- "tests" module removed from the bfg_alchemy paster template; these
tests didn't work.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b022bf8c7..fca8c5f0d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,9 @@
Next release
============
+- "tests" module removed from the bfg_alchemy paster template; these
+ tests didn't work.
+
- Move (non-API) default_view, default_forbidden_view, and
default_notfound_view functions into the ``repoze.bfg.view`` module
(moved from ``repoze.bfg.router``).