Chris McDonough
2012-03-27 077fa3a52fb3c160e33bbd7344c56534e77adc49
add change note
1 files modified
10 ■■■■■ changed files
CHANGES.txt 10 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -8,6 +8,16 @@
  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)
================