aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-01-02 00:20:59 +0100
committerXavier Noria <fxn@hashref.com>2011-01-02 00:20:59 +0100
commit99424eb0996d41eaccb1b140cc30820fb5779fef (patch)
tree52a39eaa4286b9b19e5fb077a7c61db4c617f7cf /activemodel
parent231e6b7e66596199474853a8a490d92a54be0909 (diff)
downloadrails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.gz
rails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.bz2
rails-99424eb0996d41eaccb1b140cc30820fb5779fef.zip
Revert "Update CHANGELOGs to include 3.0.3 changes"
Reason: Sorry, CHANGELOGs can only be edited in master. If you provide a patch I'll apply it myself. Thanks! This reverts commit 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG7
1 files changed, 1 insertions, 6 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG
index ea91c97ba2..9dd5e03685 100644
--- a/activemodel/CHANGELOG
+++ b/activemodel/CHANGELOG
@@ -3,12 +3,7 @@
* Added ActiveModel::SecurePassword to encapsulate dead-simple password usage with BCrypt encryption and salting [DHH]
-*Rails 3.0.3 (November 16, 2010)*
-
-* No changes.
-
-
-*Rails 3.0.2 (November 15, 2010)*
+*Rails 3.0.2 (unreleased)*
* No changes