Skip to content

Commit

Permalink
Updated changelog, tagged 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 19, 2008
1 parent 37c5ff4 commit 7117abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* 0.2.2 - Fixed bug where response_for would clobber a respond_to if if the respond_to relied on default render [thanks Tom Stuart for the bug report]

* Added VERSION introspection, this is 0.2.1

* To facilitate making reusable chunks of actions and responses, simply extend Ardes::ResponsesModule into
Expand Down
2 changes: 1 addition & 1 deletion lib/ardes/response_for.rb
Expand Up @@ -173,7 +173,7 @@ def respond_with_response_for
module VERSION #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 1
TINY = 2

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

0 comments on commit 7117abd

Please sign in to comment.