<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,7 @@
   * Always convert options[:conditions] into an array
   * options[:conditions] can be a hash
   * Add higher_items and lower_items instance methods
+  * Update README.rdoc
 
 2009-05-29 - Sean Huber (shuber@huberry.com)
   * Call remove_from_lists after destroy instead of before in case any other before_destroy callbacks fail</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -133,6 +133,9 @@ Any attributes specified as a :scope that are changed on an item cause the item
   # Returns a boolean after determining if the current item is the first item in the specified list
   first_item?(list_name = nil)
   
+  # Returns an array of items higher than the current item in the specified list
+  higher_items(list_name = nil)
+  
   # Returns a boolean after determining if the current item is in the specified list
   in_list?(list_name = nil)
   
@@ -165,6 +168,9 @@ Any attributes specified as a :scope that are changed on an item cause the item
   # Returns 0 if there are no items in the specified list
   last_position(list_name = nil)
   
+  # Returns an array of items lower than the current item in the specified list
+  lower_items(list_name = nil)
+  
   # Moves the current item down one position in the specified list and saves
   move_down!(list_name = nil)
   </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8dfcd8f9c80edf8821032a92a9c88be02d853d1f</id>
    </parent>
  </parents>
  <author>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </author>
  <url>http://github.com/shuber/sortable/commit/8da8e416a3aa0eb2b0c37e60684ad5a2406717a4</url>
  <id>8da8e416a3aa0eb2b0c37e60684ad5a2406717a4</id>
  <committed-date>2009-05-30T14:55:52-07:00</committed-date>
  <authored-date>2009-05-30T14:55:52-07:00</authored-date>
  <message>Update README.rdoc</message>
  <tree>15c84c9e27d293fa130abf6ec580fb5ba8313bae</tree>
  <committer>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </committer>
</commit>
