From d9a76e61e75f77fbacf6ee5525f64fe2ac37184f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 27 Jun 2009 03:35:00 +0000 Subject: - Use the ``pkg_resources`` API to locate template filenames instead of dead-reckoning using the ``os.path`` module. --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e905e4cfd..94a17563d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +Features +-------- + +- Use the ``pkg_resources`` API to locate template filenames instead + of dead-reckoning using the ``os.path`` module. + 1.0a4 (2009-06-25) ================== -- cgit v1.2.3