Skip to content

Commit 87ac09b

Browse files
Daniel SaxtonDaniel Saxton
Daniel Saxton
authored and
Daniel Saxton
committed
Add to release note
1 parent eb591cd commit 87ac09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ type dedicated to boolean data that can hold missing values. The default
144144
``bool`` data type based on a bool-dtype NumPy array, the column can only hold
145145
``True`` or ``False``, and not missing values. This new :class:`~arrays.BooleanArray`
146146
can store missing values as well by keeping track of this in a separate mask.
147-
(:issue:`29555`, :issue:`30095`)
147+
(:issue:`29555`, :issue:`30095`, :issue:`31131`)
148148

149149
.. ipython:: python
150150

0 commit comments

Comments
 (0)