mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
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:
parent
a75d71a7ff
commit
28bf7093be
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue