Add a changelog entry
This commit is contained in:
parent
fd28473a01
commit
e4a0b967eb
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,7 +2,17 @@
|
|||
|
||||
##### Breaking
|
||||
|
||||
* None.
|
||||
* Some APIs are changed related to `ScalarConstructible`
|
||||
* Change parameter type of `ScalarConstructible.construct(from:)` from `Node`
|
||||
to `Node.Scalar`
|
||||
* Change `Constructor`:
|
||||
* Split `Map` into `ScalarMap`, `MappingMap` and `SequenceMap`
|
||||
* Split `defaultMap` into `defaultScalarMap`, `defaultMappingMap` and
|
||||
`defaultSequenceMap`
|
||||
* Change `init(_:)` to `init(_:_:_:)`
|
||||
|
||||
[Norio Nomura](https://github.com/norio-nomura)
|
||||
[#105](https://github.com/jpsim/Yams/issues/105)
|
||||
|
||||
##### Enhancements
|
||||
|
||||
|
|
Loading…
Reference in New Issue