Skip to content

Commit 522fe88

Browse files
committed
Update NEWS.md
1 parent 4b0eb84 commit 522fe88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
* `ExtendedTask` now catches synchronous values and errors and returns them via `$result()`. Previously, the extended task function was required to always return a promise. This change makes it easier to use `ExtendedTask` with a function that may return early or do some synchronous work before returning a promise. (#4225)
2727

28-
* Updated a test for compatibility with ggplot2 4.0.0. (#4226)
28+
* `renderPlot()` was updated to accomodate changes in ggplot2 v4.0.0. (#4226)
2929

3030
## Bug fixes
3131

0 commit comments

Comments
 (0)