summaryrefslogtreecommitdiff
path: root/ReleaseNote.txt
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2006-09-19 16:46:37 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2006-09-19 16:46:37 +0000
commit39049ba14c020fb15f6a27cc65b47576f00988d7 (patch)
treef37d663de9abcb89b469bef2c5fdb743b36950e6 /ReleaseNote.txt
parentb8f6776aa5074f2f191e25e2460cd7b8be7bf320 (diff)
downloaderubis-39049ba14c020fb15f6a27cc65b47576f00988d7.tar.gz
- [update] doc/users-guide.txt: add documentation about 'notext' command
- [update] release preparation - [enhance] add 'examples/pi'
Diffstat (limited to 'ReleaseNote.txt')
-rw-r--r--ReleaseNote.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/ReleaseNote.txt b/ReleaseNote.txt
index a0bc977..adaf328 100644
--- a/ReleaseNote.txt
+++ b/ReleaseNote.txt
@@ -22,9 +22,7 @@ See users' guide (erubis_2.1.0/doc/users-guide.html)
for details.
-Changes from 2.0:
-
- * License is changed to LGPL.
+Enhancements from 2.0:
* Ruby on Rails support. Add the following code to
your 'app/controllers/application.rb' and restart web server.
@@ -74,7 +72,7 @@ Changes from 2.0:
* Add new command 'notext' which remove text part from eRuby
script and leaves only Ruby code.
- This is very useful for debug of eRuby script.
+ This is very useful when debugging eRuby script.
example2.rhtml
--------------------
@@ -138,7 +136,12 @@ Changes from 2.0:
</body>
</html>
====================
+
+
+Changes from 2.0:
+ * License is changed to LGPL.
+
* Command-line property '--escape=name' is renamed to
'--escapefunc=name'.
@@ -153,6 +156,11 @@ Bugfix:
* Command name is now displayed when '-h' is specified.
+Have fun!
+
+--
+kwa
+
$ [ANN] Erubis 2.0.1 release - a fast eRuby implementation