Handle FastCGI situations where PATH_INFO is not available.
[hoplite.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c88a8044cdd52611cf2dc991207e28549055c32a..8217688c0fb1236c73f07e027f2c2a7b861b327d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,15 @@
-Version 1.1
+Version 2.0
 ================================================================================
-- Add hoplite\data\ProfilingPDO to add profiling to database access.
-- Add hoplite\base\Profiling static utility class.
-- Add hoplite\http\Input for request data sanitization.
+- Rewrote the template parser to allow customizable open and close tags, which
+  changed the grammar a little.
+    {!% %} has been switched to {% %}
+    {% %} has been switched to {%= %}
+- Split caching logic out of views\TemplateLoader into an interface
+  views\CacheBackend and views\FileCacheBackend.
+- Add template usage profiling to views\.
+- Add data\ProfilingPDO to add profiling to database access.
+- Add base\Profiling static utility class.
+- Add http\Input for request data sanitization.
 
 Version 1.0
 ================================================================================