diff modules/translate/HISTORY.md @ 245:b0f8b88fea5c

Add "translate" module used by MySQL module
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Dec 2019 14:12:10 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/translate/HISTORY.md	Sat Dec 21 14:12:10 2019 -0500
@@ -0,0 +1,27 @@
+## 1.1.0
+### Summary
+A small addition release including a bump to the Puppet version requirements.
+
+#### Changed
+-  Updated the Puppet version to correctly reflect which version of Puppet includes the translation updates.
+
+#### Added
+- Adding acceptance test directory along with several nodesets for testing.
+- Addition of several files including maintainers, contributing and an update to existing Rakefiles and .travis files.
+
+## Supported Release [1.0.0]
+### Summary
+This is a feature release that includes support for interpolated strings.
+
+#### Added
+- support for passing strings that use interpolation to the `translate` function
+
+#### Removed
+- Debian 6 support
+
+## Supported Release [0.1.0]
+### Summary
+This is the initial release.
+
+[1.0.0]:https://github.com/puppetlabs/puppetlabs-translate/compare/0.1.0...1.0.0
+[0.1.0]:https://github.com/puppetlabs/puppetlabs-translate/commits/0.1.0