From 94d4904fa0954571f9e12ca4534afb9fda333449 Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 11 Jul 2002 15:23:42 +0000 Subject: [PATCH] update release notes --- RELEASE_NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e59d4635..4bfb846e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -19,6 +19,10 @@ $cache_dir, $config_dir and $plugin_dir. Be aware that relying on the include_path is an overhead, try to use absolute pathnames when possible (or relative to working directory.) +Documentation has been updated and rearranged a bit. Most notably, the +installation instructions are completely revamped, and a new Caching section +explains Smarty's caching in detail along with the new grouping functionality. + Many misc. bug fixes and enhancements, see the full ChangeLog (NEWS file) for details.