Skip to content

Commit

Permalink
Add a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Feb 17, 2018
1 parent fd28473 commit e4a0b96
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4a0b96

Please sign in to comment.