Skip to content

Commit 3fd5e54

Browse files
committed
release 1.3.0
1 parent 0c65d19 commit 3fd5e54

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## [Unreleased]
22

3+
## [1.3.0] - 2020-02-10
4+
### Added
5+
- Allow memoization after including module with Memery. ([@AlexWayfer]) [#23]
6+
7+
### Changed
8+
- Make `memoize` return the method name to allow chaining. ([@JelF]) [#22]
9+
10+
### Fixed
11+
- Fix warnings in Ruby 2.7. ([@AlexWayfer]) [#19], [#25]
12+
313
## [1.2.0] - 2019-10-19
414
### Added
515
- Add `:ttl` option for `memoize` method ([@AlexWayfer]) [#11]
@@ -27,14 +37,20 @@
2737
[1.0.0]: https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
2838
[1.1.0]: https://github.com/tycooon/memery/compare/v1.0.0...v1.1.0
2939
[1.2.0]: https://github.com/tycooon/memery/compare/v1.1.0...v1.2.0
30-
[Unreleased]: https://github.com/tycooon/memery/compare/v1.2.0...HEAD
40+
[1.3.0]: https://github.com/tycooon/memery/compare/v1.2.0...v1.3.0
41+
[Unreleased]: https://github.com/tycooon/memery/compare/v1.3.0...HEAD
3142

3243
[@tycooon]: https://github.com/tycooon
3344
[@AlexWayfer]: https://github.com/AlexWayfer
45+
[@JelF]: https://github.com/JelF
3446

3547
[#3]: https://github.com/tycooon/memery/pull/3
3648
[#7]: https://github.com/tycooon/memery/pull/7
3749
[#10]: https://github.com/tycooon/memery/pull/10
3850
[#11]: https://github.com/tycooon/memery/pull/11
3951
[#14]: https://github.com/tycooon/memery/pull/14
4052
[#17]: https://github.com/tycooon/memery/pull/17
53+
[#19]: https://github.com/tycooon/memery/pull/19
54+
[#22]: https://github.com/tycooon/memery/pull/22
55+
[#23]: https://github.com/tycooon/memery/pull/23
56+
[#25]: https://github.com/tycooon/memery/pull/25

0 commit comments

Comments
 (0)