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

Fixed typos

This commit is contained in:
Prathamesh Sonpatki 2013-05-17 23:57:29 +05:30
parent 68a95542e1
commit 9f431ea6ca

View file

@ -19,11 +19,11 @@
* Bug Fixes
* Fix depth-first traversal to understand ascending / descending nodes.
* Parentheis are suppressed with nested unions in MySQL. Thanks jhtwong!
* Parenthesis are suppressed with nested unions in MySQL. Thanks jhtwong!
== 2.1.3 / 2011-06-27
* Bug Fixues
* Bug Fixes
* Fixed broken gem build.
@ -31,7 +31,7 @@
* Bug Fixes
* Visitors can define their own cache strategey so caches are not shared.
* Visitors can define their own cache strategy so caches are not shared.
Fixes #57
* Informix support fixed. Thanks Khronos.
* Ordering nodes broken to subclasses. Thanks Ernie Miller!