Skip to content

Commit

Permalink
noted another nice thing about 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwilcox committed Oct 20, 2011
1 parent 07ea94d commit 28c5f74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
0.0.2 (October 20, 2011)
============================
The Previous version of the gem automatically extended ApplicationController. Pulling this gem into an actual project, it was found that this automatic extension broke controller class methods.
* The Previous version of the gem automatically extended ApplicationController. Pulling this gem into an actual project, it was found that this automatic extension broke controller class methods.

Now you must manually extend ApplicationController yourself. See the README on how to do this.

* Specs pass (outside a Rails app, even!)

0.0.1 (October 19, 2011)
============================
Initial public release of this code (extracted from other projects)

0 comments on commit 28c5f74

Please sign in to comment.