Skip to content

Commit

Permalink
Docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Aug 15, 2011
1 parent 9174336 commit 004d623
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 4.0.0 (NOT_RELEASED_YET)

This is a complete rewrite of FriendlyId, and introduces a smaller, faster and
less ambitious codebase. The primary change is the relegation of external slugs
to an optional addon, and the adoption of what were formerly "cached slugs"
as the primary way of handling slugging.

## 3.3.0 (NOT_RELEASED_YET)

This is a compatiblity branch and will be maintained for apps that can't
upgrade to 4.0. No new features are planned, only bugfixes. If you're creating
a new app, please use 4.x.

* Support for Active Record 2.3 dropped
* Convert blank slugs to nil automatically ([Gabe da Silveira ](https://github.com/dasil003))
* Compatibility with Active Record 3.1 ([Andrew White](https://github.com/pixeltrix))
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ versioning, scoped slugs, reserved words, and custom slug generators.

FriendlyId is compatible with Active Record **3.0** and **3.1**.

## Version 4.x

FriendlyId 4.x introduces many changes incompatible with 3.x. If you're upgrading,
please read the docs to see what's new.

## Rails Quickstart

gem install friendly_id
Expand Down

0 comments on commit 004d623

Please sign in to comment.