From bcc2d755433d3fef8b577dd812b6664fa3a56147 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 26 Nov 2014 23:29:05 -0500 Subject: [PATCH] Have changelog reflect 1.8.1 on devel branch --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f331c83b..9a6668557d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Ansible Changes By Release in progress, details pending +## 1.8.1 "You Really Got Me" - Nov 26, 2014 + +* Various bug fixes in postgresql and mysql modules. +* Fixed a bug related to lookup plugins used within roles not finding files based on the relative paths to the roles files/ directory. +* Fixed a bug related to vars specified in plays being templated too early, resulting in incorrect variable interpolation. +* Fixed a bug related to git submodules in bare repos. + ## 1.8 "You Really Got Me" - Nov 25, 2014 Major changes: