mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed typos
This commit is contained in:
parent
68a95542e1
commit
9f431ea6ca
1 changed files with 3 additions and 3 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue