summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-06-28 10:36:01 -0400
committerBrian Coca <bcoca@ansible.com>2015-06-28 10:36:01 -0400
commite1991d9e328e6662a0c02264d8ae9d447cd9d050 (patch)
tree0b06adc5f1f54a4db3ef8f973966a0353ecee3f2
parent24226646fc43198d7c20f9590248b7189a4c8b96 (diff)
parente6251542a412c7db01cf9be24d29ca31fdb3e4ac (diff)
downloadansible-e1991d9e328e6662a0c02264d8ae9d447cd9d050.tar.gz
Merge pull request #11414 from yunano/changelog-wantlist
fix small typo for wantlist
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64faebfa60..9226e5674a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -145,7 +145,7 @@ Major changes:
* Added travis integration to github for basic tests, this should speed up ticket triage and merging.
* environment: directive now can also be applied to play and is inhertited by tasks, which can still override it.
* expanded facts and OS/distribution support for existing facts and improved performance with pypy.
-* new 'wantlist' option to lookups allows for selecting a list typed variable vs a command delimited string as the return.
+* new 'wantlist' option to lookups allows for selecting a list typed variable vs a comma delimited string as the return.
* the shared module code for file backups now uses a timestamp resolution of seconds (previouslly minutes).
* allow for empty inventories, this is now a warning and not an error (for those using localhost and cloud modules).
* sped up YAML parsing in ansible by up to 25% by switching to CParser loader.