Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 3.1.0
  • Loading branch information
jeremyevans committed Jun 4, 2009
1 parent bf893ce commit 84db221
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
@@ -1,4 +1,8 @@
=== HEAD
=== 3.1.0 (2009-06-04)

* Require the classes match to consider an association a reciprocal (jeremyevans) (#270)

* Make Migrator work correctly with file names like 001_873465873465873465_some_name.rb (jeremyevans) (#267)

* Add Dataset#qualify_to and #qualify_to_first_source, for qualifying unqualified identifiers in the dataset (jeremyevans)

Expand All @@ -10,7 +14,7 @@

* Add the :cartesian_product_number option to associations, for specifying if they can cause a cartesian product (jeremyevans)

* Make :eager_graph association option work correctly when eagerly loading many_to_many associations (jeremyevans)
* Make :eager_graph association option work correctly when lazily loading many_to_many associations (jeremyevans)

* Make eager_unique_table_alias consider joined tables as well as tables in the FROM clause (jeremyevans)

Expand Down

0 comments on commit 84db221

Please sign in to comment.