Skip to content

Commit

Permalink
v2.3.6 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 26, 2008
1 parent 48fc49c commit 32f5e93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,7 @@
== 2.3.6, released 2008-10-26

* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists

== 2.3.5, released 2008-10-07

* update the backported named_scope implementation for Rails versions older than 2.1
Expand Down
4 changes: 2 additions & 2 deletions will_paginate.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'will_paginate'
s.version = '2.3.5'
s.date = '2008-10-07'
s.version = '2.3.6'
s.date = '2008-10-26'

s.summary = "Most awesome pagination solution for Rails"
s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates."
Expand Down

0 comments on commit 32f5e93

Please sign in to comment.