Skip to content

Commit

Permalink
Version 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Mar 3, 2015
1 parent 73a806e commit 731b476
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.9
-----

* Support `partial!` call with `locals` option in `JbuilderTemplate` [#251](https://github.com/rails/jbuilder/pull/251)

2.2.8
-----
* [Raise ArrayError when trying to add key to an array](https://github.com/rails/jbuilder/commit/869e4be1ad165ce986d8fca78311bdd3ed166087)
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.8'
s.version = '2.2.9'
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 731b476

Please sign in to comment.