Skip to content

Commit 3da324e

Browse files
committed
DOC: add issue number into whatsnew list
1 parent 4993578 commit 3da324e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ type dedicated to boolean data that can hold missing values. With the default
156156
``'bool`` data type based on a numpy bool array, the column can only hold
157157
True or False values and not missing values. This new :class:`BooleanDtype`
158158
can store missing values as well by keeping track of this in a separate mask.
159-
(:issue:`29555`)
159+
(:issue:`29555`, :issue:`30095`)
160160

161161
.. ipython:: python
162162

0 commit comments

Comments
 (0)