Update CHANGELOG.rst

pull/313/head^2 v4.0.0
Nilashish Chakraborty 2024-03-28 21:04:52 +05:30 committed by GitHub
parent 70442f5b85
commit b0627b8d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -378,13 +378,3 @@ New Modules
- fact_diff - Find the difference between currently set facts
- update_fact - Update currently set facts
- validate - Validate data with provided criteria
v4.0.0
======
Major Changes
-------------
- This release mainly addresses the breaking changes in the `netaddr` library.
- With the new release of `netaddr` 1.0.0, the `IPAddress.is_private()` method has been removed and instead, the `IPAddress.is_global()` method has been extended to support the same functionality. This change has been reflected in the `ipaddr` filter plugin.
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.