Skip to content

Commit 3d8f9d9

Browse files
committed
docs(changelog) add 2.6.0 changes
1 parent e9300be commit 3d8f9d9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
- [2.6.0](#2.6.0)
34
- [2.5.0](#2.5.0)
45
- [2.4.1](#2.4.1)
56
- [2.4.0](#2.4.0)
@@ -13,6 +14,18 @@
1314
- [1.0.1](#1.0.1)
1415
- [1.0.0](#1.0.0)
1516

17+
## [2.6.0]
18+
19+
> Released on: 2022/08/22
20+
21+
#### Added
22+
23+
- Use the new LuaJIT `string.buffer` API for L2 (shm layer) encoding/decoding
24+
when available.
25+
[#110](https://github.com/thibaultcha/lua-resty-mlcache/pull/110)
26+
27+
[Back to TOC](#table-of-contents)
28+
1629
## [2.5.0]
1730

1831
> Released on: 2020/11/18
@@ -242,6 +255,7 @@ Initial release.
242255

243256
[Back to TOC](#table-of-contents)
244257

258+
[2.6.0]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.5.0...2.6.0
245259
[2.5.0]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.4.1...2.5.0
246260
[2.4.1]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.4.0...2.4.1
247261
[2.4.0]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.3.0...2.4.0

0 commit comments

Comments
 (0)