Skip to content

Commit

Permalink
Version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Oct 18, 2014
1 parent c8acc5c commit c1d5326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

2.2.3
-----
* [Move template handler registration into railtie](https://github.com/rails/jbuilder/commit/c8acc5cea6da2a79b7b345adc301cb5ff2517647)
* [Do not capture the block where it is possible](https://github.com/rails/jbuilder/commit/973b382c3924cb59fc0e4e25266b18e74d41d646)

2.2.2
-----
* [Fix `Jbuilder#merge!` inside block](https://github.com/rails/jbuilder/commit/a7b328552eb0d36315f75bff813bea7eecf8c1d7)
Expand Down
2 changes: 1 addition & 1 deletion jbuilder.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
s.version = '2.2.2'
s.version = '2.2.3'
s.authors = ['David Heinemeier Hansson', 'Pavel Pravosud']
s.email = ['[email protected]', '[email protected]']
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

0 comments on commit c1d5326

Please sign in to comment.