Move Data::Validate::IP removal note to dependency changes section

This commit is contained in:
Richard Hansen 2020-06-16 14:23:02 -04:00
parent 5b251f3802
commit 7cc36539e7

View file

@ -8,11 +8,11 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
### New features ### New features
* Added support for OVH DynHost. * Added support for OVH DynHost.
* Removed dependency on Data::Validate::IP.
### Compatibility changes ### Compatibility and dependency changes
* Perl v5.10.1 or later is now required. * Perl v5.10.1 or later is now required.
* Removed dependency on Data::Validate::IP.
* When `use=if`, iproute2's `ip` command is now attempted before falling back * When `use=if`, iproute2's `ip` command is now attempted before falling back
to `ifconfig` (it used to be the other way around). If you set `if-skip`, to `ifconfig` (it used to be the other way around). If you set `if-skip`,
please check that your configuration still works as expected. please check that your configuration still works as expected.