<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,12 @@
 = Changelog
-== Version 0.4.1 2008-09-28
+== Version 0.4.1 - 2008-09-28
 
 === Minor Enhancement 
+
 * update to SQLite3 version 3.6.3
 * change rdoc template to darkfish
   
-== Version 0.4.0 2008-09-14
+== Version 0.4.0 - 2008-09-14
 
 === Major Enhancements
 * update to SQLite3 version 3.6.2 and enable the RTree option by default
@@ -15,10 +16,12 @@
   strapping of the pure ruby Amalgalite code from an sqlite database
 
 === Minor Enhancements
+
 * more indepth information about indexes is available via the Index class
 * add support for sqlite3_status and sqlite3_db_status information
 
 === Bugfixes
+
 * fix nil exception when using a declared_data_type on primary key column that
   has no declared_data_type
 * when Database#transaction is passed a block, the return value is the return
@@ -29,17 +32,17 @@
 * raise LoadError if required in the same program as sqlite3-ruby.  These
   libraries conflict with each other.
 
-== Version 0.2.4 2008-07-13
+== Version 0.2.4 - 2008-07-13
 
 ===  Bugfixes
 * fix compilation when ruby is compiled without pthreads using 
 
-== Version 0.2.3 2008-07-12
+== Version 0.2.3 - 2008-07-12
 
 === Bugfixes
 * make sure file permissions are all read before shipping gem
 
-== Version 0.2.2 2008-07-12
+== Version 0.2.2 - 2008-07-12
 
 === Bugfixes
 * Database#pragma should accept a block just like Database#execute does</diff>
      <filename>HISTORY</filename>
    </modified>
    <modified>
      <diff>@@ -27,6 +27,10 @@ overview of the API.
 
 * Jamis Buck for the first {ruby sqlite implementation}[http://www.rubyforge.org/projects/sqlite-ruby]
 
+== CHANGES
+
+Read the HISTORY file.
+
 == LICENSE
 
 Copyright (c) 2008 Jeremy Hinegardner</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -54,10 +54,11 @@ module Utils
     #
     def release_notes_from(history_file)
       releases = {}
-      File.read(history_file).split(/^(?==)/).each do |section|
+      File.read(history_file).split(/^(?=== Version)/).each do |section|
         lines = section.split(&quot;\n&quot;)
         md = %r{Version ((\w+\.)+\w+)}.match(lines.first)
         next unless md
+        puts md
         releases[md[1]] = lines[1..-1].join(&quot;\n&quot;).strip
       end
       return releases</diff>
      <filename>tasks/utils.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab2063b5b6b52c190489bedc7107ce62b1016fa7</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Hinegardner</name>
    <email>jeremy@hinegardner.org</email>
  </author>
  <url>http://github.com/copiousfreetime/amalgalite/commit/ed17234d3d31ead09c333bf16bcb310642cdc0f1</url>
  <id>ed17234d3d31ead09c333bf16bcb310642cdc0f1</id>
  <committed-date>2008-09-28T21:55:56-07:00</committed-date>
  <authored-date>2008-09-28T21:55:56-07:00</authored-date>
  <message>documentation fixes

  * update README with link to HISTORY
  * update HISTORY
  * fix release notes utility function</message>
  <tree>260dc3e0f974722f23f6ad53075d5dbf82810041</tree>
  <committer>
    <name>Jeremy Hinegardner</name>
    <email>jeremy@hinegardner.org</email>
  </committer>
</commit>
