Skip to content

Commit

Permalink
CHANGELOG and bump up the tiny version number to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 16, 2008
1 parent b3caa0a commit 853609c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
== master

* ActiveRecord 2.1: remove :include from count query when tables are not
referenced in :conditions

== 2.3.2, released 2008-05-16

* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
Expand Down
2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Expand Up @@ -2,7 +2,7 @@ module WillPaginate
module VERSION
MAJOR = 2
MINOR = 3
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 853609c

Please sign in to comment.