Skip to content

Commit 2e86b33

Browse files
committed
changelog entry
1 parent 420c08f commit 2e86b33

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/source/about/changelog.rst

+16-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,22 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26-
Nothing yet...
26+
Changed:
27+
28+
- How IDOM integrates with servers - :pull:`703`
29+
30+
- ``idom.run`` no longer accepts an app instance to discourage use outside of testing
31+
- IDOM's server implementations now provide ``configure()`` functions instead
32+
- ``idom.testing`` has been completely reworked in order to support async web drivers
33+
34+
Added:
35+
36+
- Support for access to underlying server requests via contexts - :issue:`669`
37+
38+
Fixed:
39+
40+
- IDOM's test suite no longer uses sync web drivers - :issue:`591`
41+
- Updated Sanic requirement to ``>=21`` - :issue:`678`
2742

2843

2944
0.37.2

0 commit comments

Comments
 (0)