added note on module urllib2 consolidation
This commit is contained in:
parent
f4a997db49
commit
b91a211663
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ Major Changes:
|
||||||
* big_ip modules now support turning off ssl certificate validation (use only for self signed)
|
* 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.
|
* 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
|
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):
|
Deprecated Modules (new ones in parens):
|
||||||
* ec2_ami_search (ec2_ami_find)
|
* ec2_ami_search (ec2_ami_find)
|
||||||
|
|
Loading…
Reference in a new issue