summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortphoney <tp@puppet.com>2017-05-08 11:08:59 +0100
committerHelen Campbell <helen@puppetlabs.com>2017-05-09 12:58:54 +0100
commit419ffeb1d167a05af6858e2e4749f6414532f5d2 (patch)
tree87014cc84af4f1d392a2face9daf390bd823bc95
parent567b6d3fad75727de66b6ef339d77ef181316603 (diff)
(MODULES-4706) release prep 4.17.0
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 518040b..19b19cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
## Supported Release 4.17.0
### Summary
-This release adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times.
+This release adds support for internationalization. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release. It also adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times.
-### Added
+#### Features
+- Addition of POT file / folder structure for i18n.
+- Addition of Internationalized READMEs.
- `glob()` function
### Fixed