Fix for #748. Turn on autoescape for S3 templates. (#779)

This commit is contained in:
Tom V 2016-12-03 23:13:24 +00:00 committed by Steve Pulec
commit c54985a39f
4 changed files with 15 additions and 0 deletions

View file

@ -4,6 +4,8 @@ Moto Changelog
Latest
------
* Turn on variable escaping in templates for S3 XML documents
0.4.30
------