From d21f31f513ff96ffd1a376c6c7e9382861e2cdf1 Mon Sep 17 00:00:00 2001 From: Joshua Kim Date: Fri, 19 Feb 2021 11:18:59 -0800 Subject: [PATCH] Fixing typo --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d578a0..1f1c5f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Latest Release 2.3.4 (February 19, 2021) [Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56) -* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the would fail when initializing the lease table. +* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the `ShardFilter` parameter would fail when initializing the lease table. ### Release 2.3.3 (December 23, 2020) [Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55) diff --git a/README.md b/README.md index e03e3f05..46c05239 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. ### Latest Release 2.3.4 (February 19, 2021) [Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56) -* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the would fail when initializing the lease table. +* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the `ShardFilter` parameter would fail when initializing the lease table. ### Release 2.3.3 (December 23, 2020) [Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55)