summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-05-10 22:25:14 -0700
committerJeff McCune <jeff@puppetlabs.com>2012-05-10 22:25:14 -0700
commite8e2a16ce506955026395b4ddb4451484bd29835 (patch)
treef37c4919456066e42b4815233bc0e9c32bf4d176 /CHANGELOG
parent11156fd29a6ccee64663a5a32cf0b37d1867cfb0 (diff)
parentbeaa812e107d41418586af3fc81b4c8ab2d73c07 (diff)
downloadpuppet-stdlib-e8e2a16ce506955026395b4ddb4451484bd29835.tar.gz
puppet-stdlib-e8e2a16ce506955026395b4ddb4451484bd29835.tar.bz2
Merge branch '2.3.x'
* 2.3.x: Update CHANGELOG for 2.3.2 release Make file_line default to ensure => present Memoize file_line spec instance variables Fix spec tests using the new spec_helper
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f027d4e..c0b22f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+2012-05-10 - Puppet Labs <support@puppetlabs.com> - 2.3.2
+ * Make file_line default to ensure => present (1373e70)
+ * Memoize file_line spec instance variables (20aacc5)
+ * Fix spec tests using the new spec_helper (1ebfa5d)
+ * (#13595) initialize_everything_for_tests couples modules Puppet ver (3222f35)
+ * (#13439) Fix MRI 1.9 issue with spec_helper (15c5fd1)
+ * (#13439) Fix test failures with Puppet 2.6.x (665610b)
+ * (#13439) refactor spec helper for compatibility with both puppet 2.7 and master (82194ca)
+ * (#13494) Specify the behavior of zero padded strings (61891bb)
+
2012-03-29 Puppet Labs <support@puppetlabs.com> - 2.1.3
* (#11607) Add Rakefile to enable spec testing
* (#12377) Avoid infinite loop when retrying require json