CHANGELOG.md in eco-helpers-1.3.12 vs CHANGELOG.md in eco-helpers-1.3.13

- old
+ new

@@ -1,7 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.3.13] - 2020-05-29 + +### Added +### Changed +### Fixed + - `Eco::API::Organization::TagTree#tag?` to accept `nil` by returning `false` + - `Eco::API::Common::People::DefaultParsers::DateParser` will parse to `Date` class + * it was parsing to `Time` class, while the native gem `ecoportal-api` parses as `Date` ([reference](https://gitlab.com/ecoPortal/ecoportal-api/-/blob/master/lib/ecoportal/api/v1/schema_field.rb)) ## [1.3.11] - 2020-05-19 ### Added ### Changed - stop using `email` as `external_id` on `People#person` & `People#find`