We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8694f commit 801df9eCopy full SHA for 801df9e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+2.6.1
4
+-----
5
+
6
+* [Optimize root caches with cache_root!][https://github.com/rails/jbuilder/pull/370]
7
8
2.6.0
9
-----
10
jbuilder.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
- s.version = '2.6.0'
+ s.version = '2.6.1'
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'
0 commit comments