diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-21 02:43:02 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-21 02:43:02 -0500 |
| commit | ddf07e7f1486b195bc337a3035f6852980a4d3d7 (patch) | |
| tree | 7c6d2d12710c9abdf5ac9931f00aaaeb7ac8feaa /CHANGES.txt | |
| parent | 6f1e7a19e6a9779ef1ab46cef584255c0ac7d471 (diff) | |
| download | pyramid-ddf07e7f1486b195bc337a3035f6852980a4d3d7.tar.gz pyramid-ddf07e7f1486b195bc337a3035f6852980a4d3d7.tar.bz2 pyramid-ddf07e7f1486b195bc337a3035f6852980a4d3d7.zip | |
- Add (minimal) documentation about using I18N within Mako templates to
"Internationalization and Localization" narrative chapter.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5c5588a45..4cea09e98 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,9 @@ Documentation ``route_path``, ``route_url``, and ``static_url`` methods to ``pyramid.request.Request`` API docs. +- Add (minimal) documentation about using I18N within Mako templates to + "Internationalization and Localization" narrative chapter. + Deprecations ------------- |
