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 6c48c98 commit 1c77277Copy full SHA for 1c77277
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 1.2.1 (November 12, 2019)
2
+
3
+* Fix HTML escaping when `:layout` is `false`.
4
5
+ *Anton Katunin*
6
7
+* Add support to Rails 6.
8
9
+ *Jacob Bednarz*
10
11
12
## 1.2.0 (January 23, 2017)
13
14
* Support proc options with zero arguments
actionpack-action_caching.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "actionpack-action_caching"
- gem.version = "1.2.0"
+ gem.version = "1.2.1"
gem.author = "David Heinemeier Hansson"
gem.email = "david@loudthinking.com"
gem.description = "Action caching for Action Pack (removed from core in Rails 4.0)"
0 commit comments