Skip to content

Commit 442930e

Browse files
committed
Update CHANGELOG.md with latest changes
1 parent ab2c0fd commit 442930e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1+
* Respect `Accept` header when caching actions
2+
3+
Fixes #18.
4+
5+
*Andrew White*
6+
7+
* Support Rails 4.0, 4.1, 4.2, 5.0 and edge
8+
9+
*Eileen Uchitelle*, *Andrew White*
10+
111
* Call `to_s` on the extension as it may be a symbol
212

3-
Fixes #10
13+
Fixes #10.
414

515
*Andrew White*
616

17+
718
## 1.1.1 (January 2, 2014)
819

920
* Fix load order problem with other gems
1021

1122
*Andrew White*
1223

24+
1325
## 1.1.0 (November 1, 2013)
1426

1527
* Allow to use non-proc object in `cache_path` option. You can pass an object that
@@ -30,6 +42,7 @@
3042

3143
*Piotr Niełacny*
3244

45+
3346
## 1.0.0 (February 28, 2013)
3447

3548
* Extract Action Pack - Action Caching from Rails core.

0 commit comments

Comments
 (0)