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 9aeea2a commit fd350ebCopy full SHA for fd350eb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.2.2 (May 10, 2021)
2
+
3
+* Add support for Rails 6.1
4
5
+ *Jonathan Fleckenstein*, *Prem Sichanugrist*
6
7
8
## 1.2.1 (November 12, 2019)
9
10
* Fix HTML escaping when `:layout` is `false`.
actionpack-action_caching.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "actionpack-action_caching"
- gem.version = "1.2.1"
+ gem.version = "1.2.2"
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