Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Addition of logging with file and line numbers | Helen Campbell | |
2016-09-05 | Deprecation function to be mutable in all cases | Helen Campbell | |
2016-08-15 | (maint) Switch 3.x deprecation() to use Puppet warning logger | Dominic Cleal | |
The deprecation function was calling the `Kernel#warn` function which prints to stderr, rather than the Puppet logger. This causes problems for Puppet module tests on Travis CI, which has a cap on the amount of stdout/err permitted in its logs and also prevents users from finding the deprecation warnings when running under a Puppet master. | |||
2016-08-08 | (modules-3533) deprecation for 3.x number function | tphoney | |