Skip to content

Commit

Permalink
marking version 0.2.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed May 5, 2009
1 parent 9860f10 commit e63ea6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.2.4 (May 5th, 2009)

* using root_url when no index action in nifty_scaffold

* making password editable in user model in nifty_authentication

* adding filter_parameter_logging :password in nifty_authentication

0.2.3 (February 20th, 2009)

* fixing nifty_authentication to work with Rails 2.3 application_controller.rb
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('nifty-generators', '0.2.3') do |p|
Echoe.new('nifty-generators', '0.2.4') do |p|
p.project = "niftygenerators"
p.description = "A collection of useful generator scripts for Rails."
p.url = "http://github.com/ryanb/nifty-generators"
Expand Down

0 comments on commit e63ea6f

Please sign in to comment.