<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+0.2.2
+
+* More flexible @ordered@ syntax (by jney - http://github.com/jney)
+
 0.2.1
 
 * Fixed except named scope not correctly determining its base class</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -110,14 +110,15 @@ h3. Ordered
 _Note: the @ordered@ scope cannot be chained with any other @order@ clauses_
 
 @ordered@ lets you dynamically specify the ordering of your result set.  If no
-arguments are given it will default to @created_at DESC@:
+arguments are given it will default to @created_at DESC@.  (@ordered@ is also
+available as @order_by@ and @sort_by@)
 
   Article.ordered                 # Get all articles ordered by &quot;created_at DESC&quot;
   Article.ordered(:id)            # Get all articles ordered by &quot;id&quot;
   Article.ordered(&quot;rank ASC&quot;)     # Get all articles ordered by &quot;rank ASC&quot;
   Article.order_by(:id)           # order_by and sort_by are alias to ordered
-  Article.order_by([:id, :desc], :popularity)           # can take a array as parameter
-  Article.order_by(:id =&gt; :desc, :popularity =&gt; :asc)   # can take a hash as parameter
+  Article.order_by([:id, :desc], :popularity)           # can take a two-element array as parameter
+  Article.sort_by(:id =&gt; :desc, :popularity =&gt; :asc)   # can take a hash as parameter
                                                         # only available for jruby/ruby 1.9
   Article.order_by_id             # can be set as a sentence
 </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 Gem::Specification.new do |s|
   
   s.name     = &quot;utility_scopes&quot;
-  s.version  = &quot;0.2.1&quot;
-  s.date     = &quot;2008-09-08&quot;
+  s.version  = &quot;0.2.2&quot;
+  s.date     = &quot;2008-10-28&quot;
   
   s.summary  = &quot;A collection of utilitarian named scopes providing common functionality for ActiveRecord models&quot;
   s.email    = &quot;ryan@yfactorial.com&quot;</diff>
      <filename>utility_scopes.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d51af960f91fc771a0e655c7cf9253144a4728c</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Daigle</name>
    <email>ryan.daigle@gmail.com</email>
  </author>
  <url>http://github.com/yfactorial/utility_scopes/commit/849ae98a25762b34b50d21aff7b0bff87b428db5</url>
  <id>849ae98a25762b34b50d21aff7b0bff87b428db5</id>
  <committed-date>2008-10-28T06:58:09-07:00</committed-date>
  <authored-date>2008-10-28T06:58:09-07:00</authored-date>
  <message>Updated docs for new release with jney's ordered updates</message>
  <tree>c2325469430fcd21da922fadbf296ed3247b2087</tree>
  <committer>
    <name>Ryan Daigle</name>
    <email>ryan.daigle@gmail.com</email>
  </committer>
</commit>
