From d8aa70c70b9071696e7ec4911ae70d95aa2bd616 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 16 Sep 2021 12:55:14 -0400 Subject: [PATCH] Update changelog.rst --- docs/main/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index ffe04971..6950db27 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -13,6 +13,9 @@ Develop - Fix a typo in ``Factory`` provider docs ``service.add_attributes(clent=client)`` `#499 `_. Thanks to `@rajanjha786 `_ for the contribution. +- Fix a typo in ``boto3`` example + `#511 `_. + Thanks to `@whysage `_ for the contribution. 4.36.0 ------