summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-19 00:04:47 +0000
committerianb <devnull@localhost>2007-02-19 00:04:47 +0000
commit13f2b58b6f8d9695522137b759c7a5d1dcd356b3 (patch)
treeb888c00306da9affc2c2b7a1b009340e7686ad27 /docs
parent1cf4f03c6a0347ea8bf64b8b6e1f7c72572a33c8 (diff)
downloadpaste-13f2b58b6f8d9695522137b759c7a5d1dcd356b3.tar.gz
make guess_type overridable
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index bd08c6e..24688c3 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -11,7 +11,8 @@ svn trunk
* In ``paste.fileapp``, if the client sends both If-None-Match and
If-Modified-Since, prefer If-None-Match. Make ETags include the
- size as well as last modified timestamp.
+ size as well as last modified timestamp. Make it possible to
+ override how mimetypes are guessed.
1.2.1
-----