Skip to content

Commit 3eabbe9

Browse files
committed
Add whatsnew note: Ensure only named functions can be used in eval()
1 parent 432fe6b commit 3eabbe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ Reshaping
784784
- Bug in :func:`concat` was not allowing for concatenation of ``DataFrame`` and ``Series`` with duplicate keys (:issue:`33654`)
785785
- Bug in :func:`cut` raised an error when non-unique labels (:issue:`33141`)
786786
- Bug in :meth:`DataFrame.replace` casts columns to ``object`` dtype if items in ``to_replace`` not in values (:issue:`32988`)
787+
- Ensure only named functions can be used in :func:`eval()` (:issue:`32460`)
787788

788789

789790
Sparse

0 commit comments

Comments
 (0)