From c7b3b9e4be29a199618be9d9ffa1d63a9d0f8de7 Mon Sep 17 00:00:00 2001 From: larkee <31196561+larkee@users.noreply.github.com> Date: Tue, 15 Dec 2020 13:40:16 +1100 Subject: [PATCH] docs: update CHANGELOG breaking change comment (#180) The comment for the breaking changes in `2.0.0` doesn't explain what the breaking changes are. This PR updates the comment to detail what is breaking about the change. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7907b0dc..4b738dbf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ ### ⚠ BREAKING CHANGES -* migrate to v2.0.0 (#147) +* list_instances, list_databases, list_instance_configs, and list_backups will now return protos rather than the handwritten wrapper (#147) ### Features