summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGrégoire Paris <postmaster@greg0ire.fr>2015-11-03 17:04:10 +0100
committerGrégoire Paris <postmaster@greg0ire.fr>2015-11-03 17:04:10 +0100
commit7fdc312348ff938e89f1ea3ce43d580b8979aa2d (patch)
treeb5c6df0aff75388545f29ae0096436736be763ac /CHANGELOG.md
parent45ec648cdf2e1eea6b9462d1da1128e4776a6739 (diff)
use properly encoded characters
This is more severe than it sounds. These characters make puppet fail with the following message : > Error 400 on SERVER: "\xC3" on US-ASCII
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b35d01..d29963c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -349,7 +349,7 @@ This is a supported release
* Add an ensure\_packages function. (8a8c09e)
-##### 2012-11-23 - Erik Dalén <dalen@spotify.com> - 3.2.0
+##### 2012-11-23 - Erik Dalén <dalen@spotify.com> - 3.2.0
* (#17797) min() and max() functions (9954133)
@@ -446,7 +446,7 @@ This is a supported release
* Add support for a 'match' parameter to file\_line (a06c0d8)
-##### 2012-08-07 - Erik Dalén <dalen@spotify.com> - 2.4.0
+##### 2012-08-07 - Erik Dalén <dalen@spotify.com> - 2.4.0
* (#15872) Add to\_bytes function (247b69c)