Skip to content

Commit a5373ea

Browse files
author
y-p
committed
DOC: add RELEASE.rst note anticipating breaking change in 0.12.0
1 parent 71d6b37 commit a5373ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE.rst

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ pandas 0.11.1
4646
then numpy threshold print options. (GH3426_, GH3466_)
4747
- Added mangle_dupe_cols option to read_table/csv, allowing users
4848
to control legacy behaviour re dupe cols (A, A.1, A.2 vs A, A ) (GH3468_)
49+
Note: The default value will change in 0.12 to the "no mangle" behaviour,
50+
If your code relies on this behaviour, explicitly specify mangle_dupe_cols=True
51+
in your calls.
4952

5053
**Bug Fixes**
5154

0 commit comments

Comments
 (0)