diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab3f5f..c1bd1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ -Version 3.0.1-dev +Version 3.0.2-dev ----------------- Nothing yet. +Version 3.0.1 (2016-12-01) +-------------------------- + +### Fixed + +* Fixed handling of nested `list()`s: If the nested list was unkeyed, it was directly included in + the list items. If it was keyed, it was wrapped in `ArrayItem`. Now nested `List_` nodes are + always wrapped in `ArrayItem`s. + Version 3.0.0 (2016-11-30) --------------------------