changes for #1093
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f5e11c5f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f5e11c5f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f5e11c5f Branch: refs/heads/trunk Commit: f5e11c5f418fb8675724747ce7f85b7cf9b81d8c Parents: a7da273 Author: Anthony Shaw <anthonys...@apache.org> Authored: Mon Aug 21 09:31:58 2017 +1000 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Aug 21 09:31:58 2017 +1000 ---------------------------------------------------------------------- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f5e11c5f/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 6a1475b..65172f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -32,6 +32,11 @@ Container DNS ~~~ +- [ROUTE53] Fix for TXT and SPF records, when user didn't escapsulate data in quotes, + the API would fire error. As reported by @glyph + [LIBCLOUD-875, GITHUB-1093] + (Anthony Shaw) + - [LINODE] Add priority to the extra dictionary in record instances [GITHUB-1088] (@mete0r)