Prepare changelog for 0.16.1

This commit is contained in:
Tim Riley 2022-10-13 06:42:21 +11:00
parent 8c3abfb5ca
commit 4f3039de71
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,13 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
## 0.16.1 2022-10-13
### Changed
- Restored performance of config value reads (direct reader methods as well as aggregate methods like `#values` and `#to_h`) to pre-0.16.0 levels (#149 by @timriley)
[Compare v0.16.0...v0.16.1](https://github.com/dry-rb/dry-configurable/compare/v0.16.0...v0.16.1)
## 0.16.0 2022-10-08

View File

@ -1,4 +1,9 @@
---
- version 0.16.1
date: 2022-10-13
changed:
- |-
Restored performance of config value reads (direct reader methods as well as aggregate methods like `#values` and `#to_h`) to pre-0.16.0 levels (#149 by @timriley)
- version: 0.16.0
summary:
date: 2022-10-08