Mercurial > p > roundup > code
diff CHANGES.txt @ 4719:05fe39f1d823
API break, bumping version to 1.15.0, renamed TemplatesBase to
LoaderBase to correctly reflect semantics and avoid confusion.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 06 Jan 2013 16:02:45 +0300 |
| parents | 9dc50be521ee |
| children | fd72576e07ed |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jan 04 21:17:17 2013 +0100 +++ b/CHANGES.txt Sun Jan 06 16:02:45 2013 +0300 @@ -3,11 +3,13 @@ Each entry has the developer who committed the change in brackets. Entries without name were done by Richard Jones. -2013-??-??: 1.4.22 +2013-??-??: 1.5.0 Features: -- ... +- API changes. Renamed templating members to correctly reflect + the purpose of classes and avoid confusion (anatoly techtonik) + templating.TemplatesBase -> templating.LoaderBase Fixed:
