summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2005-12-17 00:58:01 +0000
committerAllan Saddi <allan@saddi.com>2005-12-17 00:58:01 +0000
commitdd057abf779957bb73443ba791dd504ede90486a (patch)
treeaf667b95f27dd1bbb87106b06c542af75771e9c0 /ChangeLog
parentf80784305f649df36683dd40efda12fe2cacaa76 (diff)
downloadflup-dd057abf779957bb73443ba791dd504ede90486a.tar.gz
Move custom 404 code out of resolvers and wholly into Publisher.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ea14aa..c718971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,10 @@
* Switch to setuptools for egg support.
* Add higher-level 404 error page support. Thanks to Scot Doyle
- for suggesting the idea and providing code.
+ for suggesting the idea and providing code. If you previously
+ subclassed Publisher to provide a custom 404 error page, this
+ is now broken. It will have to be massaged to fit the new
+ calling convention.
2005-11-28 Allan Saddi <asaddi@kalahari.flup.org>