Update Modulefile, CHANGELOG for 3.1.0

This commit is contained in:
Jeff McCune 2012-10-25 11:33:09 -07:00
parent 2885d314b6
commit e8fb678c91
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
2012-08-07 - Dan Bode <dan@puppetlabs.com> - 3.1.0
* Add function ensure_resource and defined_with_params (a0cb8cd)
2012-10-23 - Matthaus Owens <matthaus@puppetlabs.com> - 3.1.0
* Add PE facts to stdlib (cdf3b05)
2012-08-30 - Paul Tötterman <paul.totterman@iki.fi> - 3.1.0
* Fix some logical inconsistencies in README (4169e77)
2012-08-20 - Jeff McCune <jeff@puppetlabs.com> - 3.1.0
* Disable tests that fail on 2.6.x due to #15912 (c81496e)
2012-08-20 - Jeff McCune <jeff@puppetlabs.com> - 3.1.0
* (Maint) Fix mis-use of rvalue functions as statements (4492913)
2012-08-16 - Jeff McCune <jeff@puppetlabs.com> - 3.0.1
* Fix accidental removal of facts_dot_d.rb in 3.0.0 release

View file

@ -1,5 +1,5 @@
name 'puppetlabs-stdlib'
version '3.0.1'
version '3.1.0'
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
author 'puppetlabs'
license 'Apache 2.0'