CHANGELOG.md in eco-helpers-1.3.9 vs CHANGELOG.md in eco-helpers-1.3.10
- old
+ new
@@ -1,15 +1,26 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [1.3.10] - 2020-05-12
+
+### Added
+ - `Eco::API::Organization::PolicyGroups#to_name` added support for `Array` input
+ - `config.people.default_usergroup`, when defined, will have effect on usecases: `update` (this case was missing the change)
+ * on account creation, if the input file did not specify `policy_group_ids`
+
+### Changed
+### Fixed
+ - `upsert`, `hris` and `create` usecases: fixed condition for use of default_usergroup
+
## [1.3.9] - 2020-05-12
### Added
### Changed
### Fixed
- `usecase` callback was not receiving `usecase` paramater
- * as a consequence `Batch:Job` created were missing the `usecase`
+ * as a consequence `Batch::Job` created were missing the `usecase`
## [1.3.8] - 2020-05-07
### Added