diff --git a/CHANGELOG.md b/CHANGELOG.md index a67f7ad82e4..8643aa1c478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,9 @@ Ansible Changes By Release disabled pipelining. * Fix fetch module failing even if fail_on_missing is set to False * Fix for cornercase when local connections, sudo, and raw were used together. +* Fix dnf module to remove dependent packages when state=absent is specified. + This was a feature of the 1.9.x version that was left out by mistake when the + module was rewritten for 2.0. ## 2.0 "Over the Hills and Far Away" - Jan 12, 2016