X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=CHANGELOG.md;h=9d7838238f40869beb5b9cf62afaba2a60541cc6;hb=f1a5499541c893ffb18e591bcb857c78e3001c24;hp=d70dfd8447e91eb13ee4d93793b40eedf2ce1282;hpb=7701adb701671e4c3888ef9360d6467755892f04;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/CHANGELOG.md b/CHANGELOG.md index d70dfd8..9d78382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +##2015-06-16 - Supported Release 2.1.0 +###Summary + +This release largely makes `apt::key` and `apt::source` API-compatible with the 1.8.x versions for ease in upgrading, and also addresses some compatibility issues with older versions of Puppet. + +####Features +- Add API compatibility to `apt::key` and `apt::source` +- Added `apt_reboot_required` fact + +####Bugfixes +- Fix compatibility with Puppet versions 3.0-3.4 +- Work around future parser bug PUP-4133 + ##2015-04-28 - Supported Release 2.0.1 ###Summary