Skip to content

Commit d14f864

Browse files
committed
DOC: release notes on GH4359 to_json change
1 parent 7cad1bb commit d14f864

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/source/release.rst

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ pandas 0.13
6464
- ``read_html`` tests now work with Python 2.6 (:issue:`4351`)
6565
- Fixed bug where ``network`` testing was throwing ``NameError`` because a
6666
local variable was undefined (:issue:`4381`)
67+
- In ``to_json``, raise if a passed ``orient`` would cause loss of data because
68+
of a duplicate index (:issue:`4359`)
6769

6870
pandas 0.12
6971
===========

doc/source/v0.13.0.txt

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Bug Fixes
4646
- Fixed bug where ``network`` testing was throwing ``NameError`` because a
4747
local variable was undefined (:issue:`4381`)
4848

49+
- In ``to_json``, raise if a passed ``orient`` would cause loss of data because
50+
of a duplicate index (:issue:`4359`)
51+
4952
See the :ref:`full release notes
5053
<release>` or issue tracker
5154
on GitHub for a complete list.

0 commit comments

Comments
 (0)