From 077fa3a52fb3c160e33bbd7344c56534e77adc49 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 27 Mar 2012 00:01:39 -0400 Subject: add change note --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7fd8b7a64..859dc7b74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,16 @@ Bug Fixes the debug toolbar, which effectively requires it to be present to work properly. +- When an asset specification was used as a Mako ``renderer=`` argument and a + ``mako.modules_directory`` was specified, Pyramid would fail to render the + template and instead would raise an error when attempting to write the file + to the modules directory. Example symptom: ``WindowsError: [Error 267] The + directory name is invalid: + 'c:\\docume~1\\chrism\\locals~1\\temp\\tmp9jtjix\\pyramid.tests:fixtures'``. + We now replace the colon in the Mako module filename with a dollar sign, so + it can work on Windows. See https://github.com/Pylons/pyramid/issues/512 + for more information. + 1.3 (2012-03-21) ================ -- cgit v1.2.3