Update CHANGELOG

This commit is contained in:
Derrick J. Wippler 2022-05-17 14:44:13 -05:00 committed by GitHub
parent fedaab4dd0
commit ef11a3aea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
#
## [2.3.1] - 2022-05-17
### Changed
* Fix example in README #40
* fix: deal with panics in Getter.Get #39
## [2.3.0] - 2022-01-06
### Added
* Added Group.Set() to allow users to explicity set values in the cache.