summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2008-10-11 01:17:38 +0000
committerpjenvey <devnull@localhost>2008-10-11 01:17:38 +0000
commite37504e4daab533f9cec7e8b720f1d93e6e02509 (patch)
treebf1eea64d608089d49b2bae1d85206c6d53ea4db /docs
parentf4f9e198e7ab71816233a30caf8b1926e3de72f5 (diff)
downloadpaste-e37504e4daab533f9cec7e8b720f1d93e6e02509.tar.gz
added JythonMonitor for use for an experimental, optimized reloader for Jython
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 390a003..8efaf55 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -30,6 +30,9 @@ svn trunk
* Fix :mod:`paste.auth.cookie` generating bad headers.
+* Added :class:`paste.reloader.JythonMonitor` for an experimental,
+ optimized reloader on Jython.
+
1.7.1
-----