diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-24 10:54:55 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-24 10:54:55 +0000 |
| commit | a1ccfe3a7671874551f319a857980076a06f0110 (patch) | |
| tree | 9abd1a372012bef2139d7580a2601adea8f58d8c /CHANGES.txt | |
| parent | 7292d4d6a7d63c55a718dc50943bc9cbf90ae6fe (diff) | |
| download | pyramid-a1ccfe3a7671874551f319a857980076a06f0110.tar.gz pyramid-a1ccfe3a7671874551f319a857980076a06f0110.tar.bz2 pyramid-a1ccfe3a7671874551f319a857980076a06f0110.zip | |
- Use a homegrown NotFound error instead of ``webob.HTTPNotFound``
(the latter is slow).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ab8b6febe..abd884923 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,9 @@ Behavior Changes Implementation Changes ---------------------- +- Use a homegrown NotFound error instead of ``webob.HTTPNotFound`` + (the latter is slow). + - Various speed micro-tweaks. Bug Fixes |
