summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMorgan Haskel <morgan@puppetlabs.com>2014-12-15 16:09:24 -0800
committerMorgan Haskel <morgan@puppetlabs.com>2014-12-15 16:09:24 -0800
commit145eb08b1f5367cda9d0120796ff55ce1363e25c (patch)
tree4fb3fc9b7e649ae54dddbb8711b13e428739b8f1 /CHANGELOG.md
parent46ce05e4a50fc9c943ed4b5bca96ecc416a23115 (diff)
4.5.0 prep
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fb73db..8da04af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+##2014-12-15 - Supported Release 4.5.0
+###Summary
+
+This release improves functionality of the member function and adds improved future parser support.
+
+####Features
+- MODULES-1329: Update member() to allow the variable to be an array.
+- Sync .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md via modulesync
+
+####Bugfixes
+- Fix range() to work with numeric ranges with the future parser
+- Accurately express SLES support in metadata.json (was missing 10SP4 and 12)
+
##2014-11-10 - Supported Release 4.4.0
###Summary
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.