summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJonathan Tripathy <jt@puppetlabs.com>2015-09-03 15:17:32 +0100
committerJonathan Tripathy <jt@puppetlabs.com>2015-09-03 15:17:32 +0100
commit05c6587d852800cc69e3a9381ff466ac3aa630d2 (patch)
tree82455952575c562030ff7a3b068590af58315dc7 /CHANGELOG.md
parent6a1afae97e0451590c833acdd79fd730f49137b9 (diff)
Release Prep 4.9.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b35d01..f5bd8c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,23 @@
-##2015-08-13 - Supported Release 4.8.1
+##2015-09-08 - Supported Release 4.9.0
###Summary
-Adds some new functions.
+This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements.
####Features
-- Add new functions: `dos2unix` and `unix2dos`
+- (MODULES-2370) allow `match` parameter to influence `ensure => absent` behavior
+- (MODULES-2410) Add new functions dos2unix and unix2dos
+- (MODULE-2456) Modify union to accept more than two arrays
+- Adds a convert_base function, which can convert numbers between bases
+- Add a new function "try_get_value"
####Bugfixes
- n/a
####Improvements
-- n/a
+- (MODULES-2478) Support root_home fact on AIX through "lsuser" command
+- Acceptance test improvements
+- Unit test improvements
+- Readme improvements
## 2015-08-10 - Supported Release 4.8.0
### Summary