From 5195682a0d996e3fae349e4b15dd90de84ce3dc4 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Wed, 25 Jun 2014 15:38:21 -0400 Subject: [PATCH] Fix CHANGELOG.md formatting for entry v3.3.0 Entry `v3.3.0` has formatting problem where it is not formatted as a bullet list in the markdown. --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18ba49..697b1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,14 @@ Reverting #37 - [COOK-3418] Virtual Domain Support PR - duplicate of #55 v3.3.0 (2014-06-11) ------------------- -#37 - [COOK-3418] - Virtual Domain Support -#44 - Fix minor formatting issue in attributes -#55 - Add support for virtual aliases -#57 - Fixing attributes bug in README -#64 - add smtp_generic maps configuration option -#66 - [COOK-3652] Add support for transport mappings -#67 - [COOK-4662] Added support for access control -#68 - Properly handle binding to loopback on mixed IPV4/IPV6 systems +- #37 - [COOK-3418] - Virtual Domain Support +- #44 - Fix minor formatting issue in attributes +- #55 - Add support for virtual aliases +- #57 - Fixing attributes bug in README +- #64 - add smtp_generic maps configuration option +- #66 - [COOK-3652] Add support for transport mappings +- #67 - [COOK-4662] Added support for access control +- #68 - Properly handle binding to loopback on mixed IPV4/IPV6 systems v3.2.0 (2014-05-09)