From 03f85441a1d3f6a0a3fbca70efb519fd3c73e269 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 2 Nov 2016 17:10:08 -0700 Subject: [PATCH] Add openbsd version-release facts change to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428b0d78f6..b047925f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Ansible Changes By Release ###Major Changes: +###Minor Changes: +* The version and release facts for OpenBSD hosts were reversed. This has been + changed so that version has the numeric portion and release has the name of + the release. + ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line currently leads to the last one overridding all the previous ones. This