We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f303dd9 commit 52efea7Copy full SHA for 52efea7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+2.11.1
4
+------
5
+
6
+* Use symbols instead of strings for before_action fitlers [DHH]
7
+* Slim down comments in generated scaffold code [DHH]
8
9
2.11.0
10
------
11
jbuilder.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
- s.version = '2.11.0'
+ s.version = '2.11.1'
s.authors = 'David Heinemeier Hansson'
s.email = '[email protected]'
s.summary = 'Create JSON structures via a Builder-style DSL'
0 commit comments