raboof commented on code in PR #1403: URL: https://github.com/apache/pekko/pull/1403#discussion_r1684404383
########## docs/src/main/paradox/release-notes/releases-1.1.md: ########## @@ -79,3 +79,10 @@ Most of the dependency changes are small patch level upgrades. Some exceptions i * slf4j was updated to v2 ([PR748](https://github.com/apache/pekko/pull/748)) * upgrade from netty 3 to netty 4 (pekko-remote and pekko-multi-node-testkit) * Jackson 2.17.1 + +### Known Issues + +* For Scala 2.12 users, we have run into an issue with stream-testkit function `expectNextWithTimeoutPF` ((#1393)[https://github.com/apache/pekko/issues/1393]). Review Comment: haven't tested, but shouldn't this be: ```suggestion * For Scala 2.12 users, we have run into an issue with stream-testkit function `expectNextWithTimeoutPF` ([#1393](https://github.com/apache/pekko/issues/1393)). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
