Skip to content

Commit 2c595ce

Browse files
committed
Add note in changelog about changes to get_model and has_model
1 parent 05d92c6 commit 2c595ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ See also the
8484
- Fetch the full widget state via a control Comm ([#3021](https://github.com/jupyter-widgets/ipywidgets/pull/3021))
8585
- Export LabWidgetManager and KernelWidgetManager ([#3166](https://github.com/jupyter-widgets/ipywidgets/pull/3166))
8686
- More helpful semver range message ([#3185](https://github.com/jupyter-widgets/ipywidgets/pull/3185))
87-
87+
- Make the base widget manager `.get_model()` method always return a Promise, which is rejected if the requested model is not registered. To test if a model is registered, use the new `.has_model()` method ([#3389](https://github.com/jupyter-widgets/ipywidgets/pull/3389))
8888

8989
### Documentation improvements
9090
- Documentation overhaul ([#3104](https://github.com/jupyter-widgets/ipywidgets/pull/3104),

0 commit comments

Comments
 (0)