Skip to content

Commit

Permalink
Prepped release.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Sep 2, 2010
1 parent b977b8d commit 5157f4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Expand Up @@ -6,6 +6,13 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 3.1.6 (2010-09-02)

* Fix missing sluggable type in AR3 slug query. This was a fairly major oversight, and if you
are using 3.1.4 or 3.1.5, you should update right away.
* Fix scoped queries when the model has a cached slug column. Bascially, the cached slug
is now completely ignored when a scope is configured.

## 3.1.5 (2010-09-01)

* Fix invalid empty symbol with 1.8.x.
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -2,7 +2,7 @@ module FriendlyId
module Version
MAJOR = 3
MINOR = 1
TINY = 5
TINY = 6
BUILD = nil
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end
Expand Down

0 comments on commit 5157f4d

Please sign in to comment.