Mercurial > p > roundup > code
diff CHANGES.txt @ 4720:fd72576e07ed
API break: rename Templates to Loader for zopetal and chameleon
engines.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 06 Jan 2013 16:36:33 +0300 |
| parents | 05fe39f1d823 |
| children | f7e68ae4926c |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jan 06 16:02:45 2013 +0300 +++ b/CHANGES.txt Sun Jan 06 16:36:33 2013 +0300 @@ -10,6 +10,8 @@ - API changes. Renamed templating members to correctly reflect the purpose of classes and avoid confusion (anatoly techtonik) templating.TemplatesBase -> templating.LoaderBase + engine_chameleon.Templates -> engine_chameleon.Loader + engine_zopetal.Templates -> engine_zopetal.Loader Fixed:
