Skip to content

Commit

Permalink
Added a what's new entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
MJafarMashhadi committed Jun 23, 2020
1 parent cb066a1 commit 98d7f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@ Other
- :class:`IntegerArray` now implements the ``sum`` operation (:issue:`33172`)
- Bug in :class:`Tick` comparisons raising ``TypeError`` when comparing against timedelta-like objects (:issue:`34088`)
- Bug in :class:`Tick` multiplication raising ``TypeError`` when multiplying by a float (:issue:`34486`)
- Passing a `set` as `names` argument to :func:`pandas.read_csv`, :func:`pandas.read_table`, or :func:`pandas.read_fwf` will raise ``ValueError: Names should have consistent ordering. Consider a list instead.`` (:issue:`34946`)

.. ---------------------------------------------------------------------------
Expand Down

0 comments on commit 98d7f69

Please sign in to comment.