summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-09-25 18:33:42 +0000
committerianb <devnull@localhost>2008-09-25 18:33:42 +0000
commit75a72177136f1cf56381e4838fd74105d683ab39 (patch)
treed475c5814c9c72a8c29742a5cfd1c7d3b8865823 /docs/news.txt
parent53e7d3ce846eaf9546b0a413c2921627138ecc45 (diff)
downloadpaste-75a72177136f1cf56381e4838fd74105d683ab39.tar.gz
Added paste.reloader.add_file_callback
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index e6907b6..beaa4f0 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -23,6 +23,9 @@ svn trunk
* Added support for the ``HttpOnly`` Cookie property to
:mod:`paste.wsgiwrappers`
+* Added :func:`paste.reloader.add_file_callback`, which lets you watch
+ files based on a callback.
+
1.7.1
-----