summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-03-31 12:52:33 -0500
committerIan Bicking <ianb@colorstudy.com>2010-03-31 12:52:33 -0500
commitf57891686d88b9754017fe2aaf462e2549323b77 (patch)
tree0bea06e7937aa3d805df7c065354d7cf55d40fef /docs
parent40761dc8b9b71ba2788a4caa7a696709748eb2f5 (diff)
downloadpaste-f57891686d88b9754017fe2aaf462e2549323b77.tar.gz
update mimeparse
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 116a69f..ceaaab8 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -29,6 +29,9 @@ svn trunk
* In :mod:`paste.httpserver` handle ``.read()`` from 100 Continue
properly (because of a typo it was doing a readline).
+* Update ``paste.util.mimeparse`` from `upstream
+ <http://code.google.com/p/mimeparse/>`_.
+
1.7.2
-----