Skip to content

Commit

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

2.0.8
-----
* [Eliminate circular dependencies](https://github.com/rails/jbuilder/commit/0879484dc74e7be93b695f66e3708ba48cdb1be3)
* [Support cache key generation for complex objects](https://github.com/rails/jbuilder/commit/ca9622cca30c1112dd4408fcb2e658849abe1dd5)
* [Remove JbuilderProxy class](https://github.com/rails/jbuilder/commit/5877482fc7da3224e42d4f72a1386f7a3a08173b)
* [Move KeyFormatter into a separate file](https://github.com/rails/jbuilder/commit/13fee8464ff53ce853030114283c03c135c052b6)
* [Move NullError into a separate file](https://github.com/rails/jbuilder/commit/13fee8464ff53ce853030114283c03c135c052b6)

2.0.7
-----
* [Add destroy notice to scaffold generator](https://github.com/rails/jbuilder/commit/8448e86f8cdfa0f517bd59576947875775a1d43c)
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.0.7'
s.version = '2.0.8'
s.authors = ['David Heinemeier Hansson', 'Pavel Pravosud']
s.email = ['david@37signals.com', 'pavel@pravosud.com']
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

0 comments on commit f672a65

Please sign in to comment.