From e9183f1966795ca29af1378b41233d45f8c80b7c Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 4 Oct 2017 08:51:13 -0700 Subject: [PATCH] Update changelog for example script fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a0d11936a..4ec583b8f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,7 @@ Ansible Changes By Release * clarified extension requirement for constructed inv plugin * really turn off inventory caching, toggle will be added in 2.5 * for inventory sources, dont follow symlinks to calculate base directory, used for group/host_vars +* Port the uptime.py example script to the new inventory API.