From 54b5349d26970aa2653686fa03a3330a35a50da0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 2 Mar 2015 09:48:43 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14168697a2..b1288e8173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ FEATURES: IMPROVEMENTS: + * **New config function: `replace`** - Search and replace string values. + Search can be a regular expression. See documentation for more + info. [GH-1029] * **New config function: `split`** - Split a value based on a delimiter. This is useful for faking lists as parameters to modules. * core: The serial of the state is only updated if there is an actual