summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-07-20 14:21:38 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-07-20 14:21:38 +1000
commitdb0b30dbde94d16ab1d7580be4dd32e18cff23dc (patch)
treeefbdb3b3f64d1e362b3c8c78c352a9340e914361 /CHANGELOG
parent42a475ee6e865cc175b10a3edb3e5e738e72c738 (diff)
downloadpuppet-db0b30dbde94d16ab1d7580be4dd32e18cff23dc.tar.gz
puppet-db0b30dbde94d16ab1d7580be4dd32e18cff23dc.tar.xz
puppet-db0b30dbde94d16ab1d7580be4dd32e18cff23dc.zip
Updated CHANGELOG for 2.6.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 74a5470b8..53124a13b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,16 @@
+2.6.0
+=====
+42a475e Fixing #4268 - manifests always imported
+06fc40c [#4269] Undef variables interpolate to empty string
+1288f8c [#4270] Force inherited classes to load into the correct environment
+539d716 [#4287] Fix the undefined evaluate_match error when comparing functions
+d2da1d4 Tweak to tweak to fix for #4233 -- ":" is valid in type names
+bbc07f2 Bandaid for #4285 -- :name vs <namevar>
+40e6f02 Tweak to fix for #4233 -- only accept word chars in types
+
2.6.0rc4
========
+d87a2e3 Updated CHANGELOG for 2.6.0RC4
cf597d7 [#4233] Ruby regexps are not multiline by default, but Resource titles can be multiline
d6cbb21 Fix for #4234 -- ruby DSL fails on second resource
4822de3 Fix for #4236 -- Only interpolate $ if followed by a variable