aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 9adac58cdf..c6af6c288d 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*1.0.3* (27th March, 2005)
* Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat]
@@ -11,7 +11,7 @@
1/0 rescue nil # BAD, EVIL, DIRTY.
-*1.0.2*
+*1.0.2* (22th March, 2005)
* Added Kernel#returning -- a Ruby-ized realization of the K combinator, courtesy of Mikael Brockman.