Skip to content

Commit 34d3dd3

Browse files
committed
Update changelog entry to be more accurate
1 parent 8ba70b3 commit 34d3dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
Fixed #646: Wrap bare value box value in `<p />` tags. (#668)
1818

19-
Fixed #676: `render.data_frame` sometimes reports selected rows with `None` as the index value. (#677)
19+
Fixed #676: `render.data_frame` was reporting selected rows using 0-based row numbers, but the examples and documentation were unclear about whether these values were row numbers or pandas index values (which default to row numbers, but could easily be something else). Now the examples and documentation are consistent with the behavior. (#677)
2020

2121
### Other changes
2222

0 commit comments

Comments
 (0)