From b91a211663322ac7676a545f519c6cd3e711f621 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 28 Jul 2015 14:48:24 -0400 Subject: [PATCH] added note on module urllib2 consolidation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5286e7146f2..c3aa0fce354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Major Changes: * big_ip modules now support turning off ssl certificate validation (use only for self signed) * template code now retains types for bools and numbers instead of turning them into strings. If you need the old behaviour, quote the value and it will get passed around as a string + * Consiidated code from modules using urllib2 to normalize features, TLS and SNI support Deprecated Modules (new ones in parens): * ec2_ami_search (ec2_ami_find)