Update README with supported versions (#250)

This commit is contained in:
Jorge Rodriguez (A.K.A. Tiriel) 2021-12-15 09:55:23 +01:00 committed by GitHub
parent 1b061131dd
commit ce3192b34a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- Added explicit description of the supported versions of databases and connectors. Changes to the collection are **NOT** tested against database versions older than `mysql 5.7.31` and `mariadb 10.2.37` or connector versions older than `pymysql 0.7.10` and `mysqlclient 2.0.1`. (https://github.com/ansible-collections/community.mysql/discussions/141)