Skip to content

Commit

Permalink
Release v1.0.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
grobie committed Jan 19, 2012
1 parent 5476662 commit 1c5ed5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 1.0.0.rc3 (January 19, 2012)

* Speedup migrations for tables with large minimum id
* Add a bit yard documentation
* Fix issues with index creation on reserved column names
* Improve error handling
* Add tests for replication
* Rename public API method from `hadron_change_table` to `change_table`
* Add tests for ActiveRecord 2.3 and 3.1 compatibility

# 1.0.0.rc2 (January 18, 2012)

* Speedup migrations for tables with large ids
Expand Down
2 changes: 1 addition & 1 deletion lib/lhm/version.rb
Expand Up @@ -2,5 +2,5 @@
# Schmidt

module Lhm
VERSION = "1.0.0.rc2"
VERSION = "1.0.0.rc3"
end

0 comments on commit 1c5ed5b

Please sign in to comment.