Skip to content

Commit 1c77277

Browse files
committed
Prepare to 1.2.1
1 parent 6c48c98 commit 1c77277

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
## 1.2.0 (January 23, 2017)
213

314
* Support proc options with zero arguments

actionpack-action_caching.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "actionpack-action_caching"
3-
gem.version = "1.2.0"
3+
gem.version = "1.2.1"
44
gem.author = "David Heinemeier Hansson"
55
gem.email = "[email protected]"
66
gem.description = "Action caching for Action Pack (removed from core in Rails 4.0)"

0 commit comments

Comments
 (0)