From 8278d2d330dc8684c4df6f005e79f3ac929162de Mon Sep 17 00:00:00 2001 From: Norio Nomura Date: Sat, 17 Feb 2018 14:48:21 +0900 Subject: [PATCH] Add an changelog entry --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf9f2e0..8fc2b532 100644 --- a/CHANGELOG.md +++ b/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