From 12e195afa86cbccd2302ba98bb004a62a3825fa6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 4 Jan 2025 19:38:29 +0100 Subject: [PATCH] update case --- docs/src/main/paradox/release-notes/releases-1.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md b/docs/src/main/paradox/release-notes/releases-1.1.md index 66da19a511..cb76409612 100644 --- a/docs/src/main/paradox/release-notes/releases-1.1.md +++ b/docs/src/main/paradox/release-notes/releases-1.1.md @@ -9,7 +9,7 @@ Pekko 1.1.3 is a bug fix and dependency upgrade release. See [GitHub Milestone f ### Bug Fixes * Revert zipWithIndex changes ([PR1526](https://github.com/apache/pekko/pull/1526)) -* fix occasional ordering issue in result in unsafeOptionalDataVia ([PR1611](https://github.com/apache/pekko/pull/1611)) +* Fix occasional ordering issue in result in unsafeOptionalDataVia ([PR1611](https://github.com/apache/pekko/pull/1611)) ### Changes @@ -17,7 +17,7 @@ Pekko 1.1.3 is a bug fix and dependency upgrade release. See [GitHub Milestone f * Configuring persistence plugins at runtime for EventSourcedBehavior ([PR1518](https://github.com/apache/pekko/pull/1518)) * Implement EventsByTagQuery in PersistenceTestKitReadJournal ([PR1533](https://github.com/apache/pekko/pull/1533)) * Implement EventsBySliceQuery in PersistenceTestKitReadJournal ([PR1533](https://github.com/apache/pekko/pull/1533)) -* tidy up implementation of PhasedFusingActorMaterializer ([PR1617](https://github.com/apache/pekko/pull/1617)) +* Tidy up implementation of PhasedFusingActorMaterializer ([PR1617](https://github.com/apache/pekko/pull/1617)) * Remove unused SupervisedGraphStageLogic ([PR1619](https://github.com/apache/pekko/pull/1619)) ### Dependency Changes