Print comparison failure expected and actual values.
[hoplite.git] / CHANGES
1 Version 2.0
2 ================================================================================
3 - Split caching logic out of views\TemplateLoader into an interface
4 views\CacheBackend and views\FileCacheBackend.
5 - Add template usage profiling to views\.
6 - Add data\ProfilingPDO to add profiling to database access.
7 - Add base\Profiling static utility class.
8 - Add http\Input for request data sanitization.
9
10 Version 1.0
11 ================================================================================
12 - Creation of the CHANGES file.