<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,48 @@
+=== Hobo 0.8.2 ===
+
+Hobo models -- improvement to name-in-URL (#to_param)
+
+Added missing input for time fields
+
+Rapid forms -- added missing hours/minutes/seconds fields to datetime input
+
+Reorg of Hobo Rakefile, in preprartion for move to Shoulda
+
+Rapid -- fix to &lt;create-button&gt;
+
+Echoe tasks -- adding workaround for developer-dependencies problem
+
+Rapid -- fixes to css class named that had '_' instead of '-'
+
+Rapid pages generators -- improvements to form submit button labels
+
+ModelController - set the provided key on the record *before* the view permission check during a lifecycle
+transition
+
+Hobo Models -- Model.user_find can now take a block to perform actions on the record prior to the permission check
+
+Added Rails dependency to hobofields gem
+
+Fix to Rails dependency - any Rails &gt;= 2.1 is ok
+
+Reorganised generator tests
+
+Hobo users now have an #account_active? method. Used in two places:
+
+  - This method rather than the return value of the block passed to hobo_login, is now used to figure out if an
+    account is active when logging in.
+    
+  - After signing up, also log the user in iff account_active? is true. This is useful if there is a second step to
+    signing up, such as email activation
+
+hobo_front_controller generator -- improved title of home page
+
+Rapid generators -- fix to owner link on new-for-owner page
+
+Fix to bug where validations were not happening during lifecycle creates/transitions
+
+
+
 === Hobo 0.8.1 ===
 
     Fixes to generating and loading subsite controllers</diff>
      <filename>hobo/CHANGES.txt</filename>
    </modified>
    <modified>
      <diff>@@ -42,11 +42,11 @@ Echoe.new('hobo') do |p|
   p.project = &quot;hobo&quot;
 
   p.changelog = &quot;CHANGES.txt&quot;
-  p.version   = &quot;0.8.1&quot;
+  p.version   = &quot;0.8.2&quot;
 
   p.dependencies = [
-    'hobosupport &gt;=0.8.1',
-    'hobofields &gt;=0.8.1',
+    'hobosupport &gt;=0.8.2',
+    'hobofields &gt;=0.8.2',
     'rails &gt;=2.1',
     'mislav-will_paginate &gt;=2.2.1']
     </diff>
      <filename>hobo/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@ class HoboError &lt; RuntimeError; end
 
 module Hobo
 
-  VERSION = &quot;0.8.1&quot;
+  VERSION = &quot;0.8.2&quot;
 
   class RawJs &lt; String; end
 </diff>
      <filename>hobo/lib/hobo.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,9 +8,9 @@ Echoe.new('hobofields') do |p|
   p.project = &quot;hobo&quot;
 
   p.changelog = &quot;CHANGES.txt&quot;
-  p.version   = &quot;0.8.1&quot;
+  p.version   = &quot;0.8.2&quot;
 
-  p.dependencies = ['hobosupport &gt;=0.8', 'rails &gt;=2.1']
+  p.dependencies = ['hobosupport &gt;=0.8.2', 'rails &gt;=2.1']
   p.development_dependencies = []
 end
 </diff>
      <filename>hobofields/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ end
 
 module HoboFields
 
-  VERSION = &quot;0.8.1&quot;
+  VERSION = &quot;0.8.2&quot;
 
   extend self
 </diff>
      <filename>hobofields/lib/hobo_fields.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ Echoe.new('hobosupport') do |p|
   p.project = &quot;hobo&quot;
   
   p.changelog = &quot;CHANGES.txt&quot;
-  p.version   = &quot;0.8.1&quot;
+  p.version   = &quot;0.8.2&quot;
   
   p.development_dependencies = []
 end</diff>
      <filename>hobosupport/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ require 'hobosupport/module'
 
 module HoboSupport
 
-  VERSION = &quot;0.8.1&quot;
+  VERSION = &quot;0.8.2&quot;
 
 end
 </diff>
      <filename>hobosupport/lib/hobosupport.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ec64b2aa75df792688483bd883dc26b0165969b6</id>
    </parent>
  </parents>
  <author>
    <name>Tom Locke</name>
    <email>tom@tomlocke.com</email>
  </author>
  <url>http://github.com/tablatom/hobo/commit/00ddb65998efc1cb9fa9c6a827f13097fcd83ee3</url>
  <id>00ddb65998efc1cb9fa9c6a827f13097fcd83ee3</id>
  <committed-date>2008-09-13T06:44:24-07:00</committed-date>
  <authored-date>2008-09-13T06:44:24-07:00</authored-date>
  <message>Changelog and version numbers for 0.8.2 release</message>
  <tree>e765620e9400ae79e93f6001b7dc0c0ffd4300a3</tree>
  <committer>
    <name>Tom Locke</name>
    <email>tom@tomlocke.com</email>
  </committer>
</commit>
