aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-28 15:54:42 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-28 15:54:42 +0000
commit50c1150e5388e109d7ceca388422cd504fd91462 (patch)
treeae0ad9365fd6d85d84d0a4b1fef4b7df33f86c55 /activesupport/CHANGELOG
parentb0ed5057e01b78f2f7e0e078c0534647b425c290 (diff)
downloadrails-50c1150e5388e109d7ceca388422cd504fd91462.tar.gz
rails-50c1150e5388e109d7ceca388422cd504fd91462.tar.bz2
rails-50c1150e5388e109d7ceca388422cd504fd91462.zip
Mark the last release in the changelog.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6076 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 9847131e13..007b61b755 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -27,6 +27,9 @@
* Make 1.months and friends accurate by introducing a Duration class. #6835 [eventualbuddha]
+
+*1.4.0* (January 16th, 2007)
+
* Document Inflector.ordinalize and merge docs from String inflections. #7023 [smeade]
* Unbundle flexmock. [Jeremy Kemper]