From c8a661091da26f47ac49f968e38e9310b12c5b9c Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Thu, 11 Feb 2021 22:54:05 +0100 Subject: [PATCH] CHANGELOG_PENDING: update changelog for changes to American spelling (#6100) --- CHANGELOG_PENDING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index de3fe15c1..f4825f2f4 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -35,6 +35,9 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi - [rpc/client/http] \#6022 Change `timeout` type to `time.Duration` in `NewWithTimeout` - [light] \#6054 Move `MaxRetryAttempt` option from client to provider. - `NewWithOptions` now sets the max retry attempts and timeouts (@cmwaters) + - [all] \#6077 Change spelling from British English to American (@cmwaters) + - Rename "Subscription.Cancelled()" to "Subscription.Canceled()" in libs/pubsub + - Rename "behaviour" pkg to "behavior" and internalized it in blockchain v2 - Blockchain Protocol