aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-01 09:11:30 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-01 09:11:30 -0800
commitb68bf40ecc611a75f3b204fada4471e9af92ce40 (patch)
tree66370a41b93400d1aa0774bb61c3ceb10c15bb3e /History.txt
parentc9fe1b3e2b6124bf5c6df27b89d9efa1e58fdd9c (diff)
downloadrails-b68bf40ecc611a75f3b204fada4471e9af92ce40.tar.gz
rails-b68bf40ecc611a75f3b204fada4471e9af92ce40.tar.bz2
rails-b68bf40ecc611a75f3b204fada4471e9af92ce40.zip
make sure we raise type errors with unknown classes
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 3676246f37..fa08015903 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+== 2.0.6 12/01/2010
+
+* Bug Fixes
+
+ * Rails 3.0.x does not like that Node is Enumerable, so removing for now.
+
== 2.0.5 11/30/2010
* Enhancements