From e6ff8fbc8d859c6acdc595cc82985462fc1c94ca Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 13 Jun 2024 02:08:31 -0700 Subject: [PATCH] Update PR number for `generatorWithLastValue` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1174d5..f153ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `readerValues` in PR [#12](https://github.com/compulim/iter-fest/pull/12) and [#14](https://github.com/compulim/iter-fest/pull/14) - Added `observableSubscribeAsReadable` in PR [#13](https://github.com/compulim/iter-fest/pull/13) - Added `iterableGetReadable` in PR [#15](https://github.com/compulim/iter-fest/pull/15) -- Added `generatorWithLastValue`/`asyncGeneratorWithLastValue` in PR [#XX](https://github.com/compulim/iter-fest/pull/XX) +- Added `generatorWithLastValue`/`asyncGeneratorWithLastValue` in PR [#17](https://github.com/compulim/iter-fest/pull/17) ### Changed