Skip to content

Commit ae05323

Browse files
Merge pull request #367 from cenk-arda/master
Fix wrong change definition at 9.0.0 changelog
2 parents 1e625f3 + 3422025 commit ae05323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177177
178178
- Changed the type of parameter `category` from `ErrorCategory` to `string` in `crm.associations.models.StandardError`.
179179
- Renamed `crm.associations.v4.schema.definitions_api.delete()` method to `crm.associations.v4.schema.definitions_api.archive()`.
180-
- Changed the type of parameters `object_id` and `crm.associations.v4.basic_api.to_object_id` in `crm.associations.v4.basic_api.archive()`, `crm.associations.v4.basic_api.create()` and `crm.associations.v4.basic_api.create_default()` methods from `string` to `int`.
181-
- Changed the type of parameter `object_id` in `crm.associations.v4.basic_api.get_page()` method from `string` to `int`.
180+
- Changed the type of parameters `object_id` and `crm.associations.v4.basic_api.to_object_id` in `crm.associations.v4.basic_api.archive()`, `crm.associations.v4.basic_api.create()` and `crm.associations.v4.basic_api.create_default()` methods from `int` to `string`.
181+
- Changed the type of parameter `object_id` in `crm.associations.v4.basic_api.get_page()` method from `int` to `string`.
182182
- Changed the type of parameters `to_object_id` and `from_object_id` in `crm.associations.v4.models.LabelsBetweenObjectPair` to `string`.
183183
- Changed the type of parameter `to_object_id` in `crm.associations.v4.models.MultiAssociatedObjectWithLabel` to `string`.
184184
- Changed the type of property `category` in `ErrorCategory` to `string` in `crm.associations.v4.models.StandardError`.

0 commit comments

Comments
 (0)