Skip to content

Commit 6b4c557

Browse files
committed
DOC: Added whatsnew note
1 parent d9b152d commit 6b4c557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ Other Enhancements
403403
``SQLAlchemy`` dialects supporting multivalue inserts include: ``mysql``, ``postgresql``, ``sqlite`` and any dialect with ``supports_multivalues_insert``. (:issue:`14315`, :issue:`8953`)
404404
- :func:`read_html` now accepts a ``displayed_only`` keyword argument to controls whether or not hidden elements are parsed (``True`` by default) (:issue:`20027`)
405405
- zip compression is supported via ``compression=zip`` in :func:`DataFrame.to_pickle`, :func:`Series.to_pickle`, :func:`DataFrame.to_csv`, :func:`Series.to_csv`, :func:`DataFrame.to_json`, :func:`Series.to_json`. (:issue:`17778`)
406+
- Now is possible create a :class:`WeekOfMonth` offset with `n=0` (:issue:`20517`).
406407

407408
.. _whatsnew_0230.api_breaking:
408409

0 commit comments

Comments
 (0)