1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

updating changelog

This commit is contained in:
Aaron Patterson 2010-11-11 10:54:55 -06:00
parent 2bf0b21754
commit 8cf194bbc9

View file

@ -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