Skip to content

Commit 219fbc6

Browse files
committed
Update NEWS
1 parent a660093 commit 219fbc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
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)
29+
2830
## Bug fixes
2931

3032
* Fixed a bug with modals where calling `removeModal()` too quickly after `showModal()` would fail to remove the modal if the remove modal message was received while the modal was in the process of being revealed. (#4173)

0 commit comments

Comments
 (0)