changelogs: categorize deprecations under deprecated_features (#679)

These should be put under deprecated_features so they show up properly
in the generated changelog.
This commit is contained in:
Maxwell G 2024-09-11 07:35:02 -05:00 committed by GitHub
commit 28bf7093be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -99,7 +99,7 @@ releases:
release_date: '2022-04-26'
3.10.0:
changes:
breaking_changes:
deprecated_features:
- collection - support of mysqlclient connector is deprecated - use PyMySQL
connector instead! We will stop testing against it in collection version 4.0.0
and remove the related code in 5.0.0 (https://github.com/ansible-collections/community.mysql/issues/654).
@ -158,7 +158,7 @@ releases:
release_date: '2024-08-22'
3.10.1:
changes:
breaking_changes:
deprecated_features:
- mysql_user - the ``user`` alias of the ``name`` argument has been deprecated
and will be removed in collection version 5.0.0. Use the ``name`` argument
instead.