From 3c9613061499de48d65714d11fe97b19475fb97d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 27 Jun 2009 06:17:35 +0000 Subject: - The ``repoze.bfg.templating`` module now uses ``pkg_resources`` to locate and register template files instead of using an absolute path name. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 94a17563d..72933f90e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,10 @@ Features - Use the ``pkg_resources`` API to locate template filenames instead of dead-reckoning using the ``os.path`` module. +- The ``repoze.bfg.templating`` module now uses ``pkg_resources`` to + locate and register template files instead of using an absolute + path name. + 1.0a4 (2009-06-25) ================== -- cgit v1.2.3