summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-02-14 23:26:12 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-02-14 23:27:34 +1100
commitab847568aabff28450e6bd5280c98c108da0b1f5 (patch)
treebeb22ec6ac0f6b53d7790e8d6d64696c4c472d7a /CHANGELOG
parent7f418579f5b0c5df90ff5ea06294028b8d53f385 (diff)
downloadpuppet-ab847568aabff28450e6bd5280c98c108da0b1f5.tar.gz
puppet-ab847568aabff28450e6bd5280c98c108da0b1f5.tar.xz
puppet-ab847568aabff28450e6bd5280c98c108da0b1f5.zip
Cleaned up variable names to be more sane, clarified error messages and fixed incorrect use of 'value' variable rather than 'member'.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f84c69a06..187e36c67 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,7 @@
0.24.8
+ Fixed #1956 - Cleaned up variable names to be more sane, clarified error messages
+ and fixed incorrect use of 'value' variable rather than 'member'.
+
Fixed #1831 - Added sprintf function
Fixed #1830 - Added regsubst function