aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-11-11 10:54:55 -0600
committerAaron Patterson <aaron.patterson@gmail.com>2010-11-11 10:54:55 -0600
commit8cf194bbc91a87cae8772b9942ff18351dab7133 (patch)
treeedf75a5210872d8e59fbd33dd9fb4aff1f2e0de9 /History.txt
parent2bf0b217545527b5eb85a11e297d0ff2dfc676e3 (diff)
downloadrails-8cf194bbc91a87cae8772b9942ff18351dab7133.tar.gz
rails-8cf194bbc91a87cae8772b9942ff18351dab7133.tar.bz2
rails-8cf194bbc91a87cae8772b9942ff18351dab7133.zip
updating changelog
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 7a66436709..e5513ecb01 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,15 @@
+== 2.0.2
+
+* Bug fixes
+
+ * MySQL selects from DUAL on empty FROM
+ * Visitor translates nil to NULL
+ * Visitor translates Bignum properly
+
+== 2.0.1
+
+* Bug fixes
+
== 2.0.0 / 2010-08-01
* Enhancements