CHANGELOG.md in ecoportal-api-v2-0.8.14 vs CHANGELOG.md in ecoportal-api-v2-0.8.15
- old
+ new
@@ -1,11 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.8.14] - 2021-09-xx
+## [0.8.15] - 2021-09-xx
### Added
+### Changed
+### Fixed
+
+
+## [0.8.14] - 2021-09-28
+
+### Added
- `Ecoportal::API::Common::Content::CollectionModel`
- `#_doc_pos` for clarity
- `#include?` to check if an element is present in the collection
- `Ecoportal::API::V2::Page::Stage#section?` check if section belongs to stage
- `Ecoportal::API::V2::Page::Sections`
@@ -34,10 +41,9 @@
- `Ecoportal::API::V2::Pages::PageStage#as_update` on page instances, it checks that
- Fields do not belong to more than one section
- Fields belong at least to one section
- Sections belong to at least one stage
-### Changed
### Fixed
- `Ecoportal::API::Common::Content::ArrayModel#insert_one` was not inserting when not found. Should insert at least at the end.
## [0.8.13] - 2021-09-03