summaryrefslogtreecommitdiff
path: root/ReleaseNote.txt
diff options
context:
space:
mode:
author(no author) <(no author)@c9e70521-770b-0410-b9ac-ce6205b42a9f>2007-03-05 02:13:12 +0000
committer(no author) <(no author)@c9e70521-770b-0410-b9ac-ce6205b42a9f>2007-03-05 02:13:12 +0000
commitacdd8b2b37dee6a5a42d8ffd74c7d31e61191563 (patch)
treedf1995ef60b5563b25b8c31d698580ec5d8f6931 /ReleaseNote.txt
parentb33d57b596fbbc1082ec3ea3d2b2b3d158241534 (diff)
downloaderubis-acdd8b2b37dee6a5a42d8ffd74c7d31e61191563.tar.gz
- [enhance] add ErboutEnhancer
- [enhance] add ExpressionInterpolationEnhancer
Diffstat (limited to 'ReleaseNote.txt')
-rw-r--r--ReleaseNote.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/ReleaseNote.txt b/ReleaseNote.txt
index aec799a..78adfb3 100644
--- a/ReleaseNote.txt
+++ b/ReleaseNote.txt
@@ -1,4 +1,4 @@
-$ [ANN] Erubis 2.1.0 release - a fast eRuby implementation
+$ [ANN] Erubis 2.2.0 release - a fast eRuby implementation
Hi all,
@@ -48,7 +48,7 @@ $$ Enhancements
are available. Methd ActionView::Helpers::TextHelper#concat() is also available.
If Erubis::Helpers::RailsHelper.show_src is ture, Erubis prints converted
- Ruby code into log file (such as 'log/development.log').
+ Ruby code into log file (such as 'log/development.log'). This is for debug.
* Erubis::Engine.load_file(filename) creates cache file (filename +
'.cache') automatically if cache file is old or not exist.
@@ -93,7 +93,7 @@ $$ Enhancements
$ erubis -c '{title: Example, list: [AAA, BBB, CCC]}' example.rhtml
====================
- ex. YAML inline style
+ ex. Ruby style
====================
$ erubis -c '@title="Example"; @list=%w[AAA BBB CCC]' example.rhtml
====================
@@ -145,7 +145,6 @@ $$ Changes
* Embedded pattern '<%- -%>' can be handled.
-
--
regards,
kwatch