Add a changelog entry

This commit is contained in:
Norio Nomura 2018-02-17 14:48:21 +09:00
parent fd28473a01
commit e4a0b967eb
No known key found for this signature in database
GPG Key ID: D4A7318EB7F7138D
1 changed files with 11 additions and 1 deletions

View File

@ -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