<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 SimpleNav
 =========
+        
+        
 
 SimpleNav is a plugin that provides helpers the make navigation display simple. 
 
@@ -27,6 +29,18 @@ The generated helper is documented with the method stubs for the above 3 parts
 
 Namespaces
 ==========
+If you are upgrading from a previous version of SimpleNav, you need to add
+a namespace parameter as the last parameter of every helper in your 
+navigation helper. Example:
+        
+  OLD:
+  def nav_list
+  def nav_selection_advanced(controller, action)
+  
+  NEW:
+  def nav_list(namespace)
+  def nav_selection_advanced(controller, action, namespace)
+
 Every nav helper method takes a &quot;namespace&quot; parameter as its last or only parameter.
 The namespace parameter can be used to differentiate between different sets of
 navigation links. (i.e. main nav, and sub nav)</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a829ab1a08d611222750892b1b3d2f48986a385c</id>
    </parent>
  </parents>
  <author>
    <name>Arya Asemanfar</name>
    <email>arya.asemanfar@gmail.com</email>
  </author>
  <url>http://github.com/arya/simple_nav/commit/869981b5e579b69ee245e05cd43be0c657fa69dc</url>
  <id>869981b5e579b69ee245e05cd43be0c657fa69dc</id>
  <committed-date>2008-05-27T21:47:25-07:00</committed-date>
  <authored-date>2008-05-27T21:47:25-07:00</authored-date>
  <message>* Updated README</message>
  <tree>3ff7a860fcad8749f61396effff111c1ff80c05c</tree>
  <committer>
    <name>Arya Asemanfar</name>
    <email>arya.asemanfar@gmail.com</email>
  </committer>
</commit>
