Prepare changelog for 0.12.1

This commit is contained in:
Tim Riley 2021-02-15 21:04:28 +11:00
parent 771a06444e
commit 0fea0f7373
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
---
- version: Unreleased
- version: 0.12.1
summary:
date:
date: '2021-02-15'
fixed:
- |-
Only `#initialize` instance method is prepended, leaving the rest of the instance
methods to be included as normal again. This allows classes including
`Dry::Configurable` to override instance methods with their own methods as required
(@adam12 in #103)
added:
- |-
Settings may be specified with a `cloneable` option, e.g.