Updated CHANGES.rst with #672
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9c4d15c6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9c4d15c6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9c4d15c6 Branch: refs/heads/trunk Commit: 9c4d15c674f5ef9d5bf8391bc83d5ad4ea289395 Parents: 56649ca Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Fri Jan 15 19:41:39 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Fri Jan 15 19:41:39 2016 +1100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9c4d15c6/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index c991fd9..a6fffb3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -49,6 +49,10 @@ Compute DNS ~~~ +- Add support for 'health checks' in Aurora DNS driver + (GITHUB-672) + [Wido den Hollander] + - Make sure ``ttl`` attribute is correctly parsed and added to the ``Record`` ``extra`` dictionary. (GITHUB-675)