Skip to content

Commit

Permalink
Updated history files.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Mar 30, 2010
1 parent 96c57f1 commit 157bbca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Changelog.md
Expand Up @@ -6,15 +6,12 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 3.0.0 (NOT RELEASED YET)
## 3.0.0 (2010-03-30)

* Rails 3 support.
* Removed features deprecated in FriendlyId 2.3.

## 2.3.5 (NOT RELEASED YET)

* Fixed searching by numeric friendly_id in non-slugged models.
* Added allow_nil option (Andre Duffeck and Norman Clarke)
* Added :allow_nil config option (Andre Duffeck and Norman Clarke)

## 2.3.4 (2010-03-22)

Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -3,7 +3,7 @@ module Version
MAJOR = 3
MINOR = 0
TINY = 0
BUILD = "beta3"
BUILD = nil
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end
end

0 comments on commit 157bbca

Please sign in to comment.