Skip to content

Commit 023c3de

Browse files
committed
changelog entry
1 parent 245fb23 commit 023c3de

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/source/about/changelog.rst

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

26-
Nothing yet...
26+
Changed:
27+
28+
- :pull:`730` - Layout context management is not async
2729

2830

2931
0.38.0-a2

docs/source/about/contributor-guide.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ might look like:
9292
9393
**Added**
9494
95-
- A really cool new feature - :pull:`123`
95+
- :pull:`123` - A really cool new feature
9696
9797
**Changed**
9898
99-
- The behavior of some existing feature - :pull:`456`
99+
- :pull:`456` - The behavior of some existing feature
100100
101101
**Fixed**
102102
103-
- Some really bad bug - :issue:`789`
103+
- :issue:`789` - Some really bad bug
104104
105105
.. note::
106106

0 commit comments

Comments
 (0)