Skip to content

Commit f8d1e8a

Browse files
committed
docs(changelog) add 2.2.0 changes
1 parent 6865e39 commit f8d1e8a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of Contents
22

33
- [Unreleased](#unreleased)
4+
- [2.2.0](#2.2.0)
45
- [2.1.0](#2.1.0)
56
- [2.0.2](#2.0.2)
67
- [2.0.1](#2.0.1)
@@ -10,7 +11,22 @@
1011

1112
## Unreleased
1213

13-
Diff: [2.1.0...master]
14+
Diff: [2.2.0...master]
15+
16+
[Back to TOC](#table-of-contents)
17+
18+
## [2.2.0]
19+
20+
> Released on: 2018/06/29
21+
22+
#### Added
23+
24+
- Implement a new `resurrect_ttl` option. When specified, `get()` will behave
25+
in a more resilient way upon errors, and in particular callback errors.
26+
[#52](https://github.com/thibaultcha/lua-resty-mlcache/pull/52)
27+
- New `stale` argument to `peek()`. When specified, `peek()` will return stale
28+
shm values.
29+
[#52](https://github.com/thibaultcha/lua-resty-mlcache/pull/52)
1430

1531
[Back to TOC](#table-of-contents)
1632

@@ -129,7 +145,8 @@ Initial release.
129145

130146
[Back to TOC](#table-of-contents)
131147

132-
[2.1.0...master]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.1.0...master
148+
[2.2.0...master]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.2.0...master
149+
[2.2.0]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.1.0...2.2.0
133150
[2.1.0]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.2...2.1.0
134151
[2.0.2]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.1...2.0.2
135152
[2.0.1]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.0...2.0.1

0 commit comments

Comments
 (0)