Skip to content

Commit

Permalink
Added final CHANGELOG entry for 1.15.0 release (#5350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens authored Jul 7, 2022
1 parent bb2ea52 commit 2d2b728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Compatibility:
see `rescale_discrete_levels` below. To revert to the old colorbar
behavior, set `ColorbarPlot.rescale_discrete_levels = False` in the
`bokeh` or `mpl` plotting modules as appropriate.
- Updated Sankey algorithm means that some users may need to update the
`node_padding` parameter for plots generated with earlier releases.

Major features:

Expand Down
2 changes: 2 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Compatibility:
see ``rescale_discrete_levels`` below. To revert to the old colorbar
behavior, set ``ColorbarPlot.rescale_discrete_levels = False`` in the
``bokeh`` or ``mpl`` plotting modules as appropriate.
- Updated Sankey algorithm means that some users may need to update the
``node_padding`` parameter for plots generated with earlier releases.

Major features:

Expand Down

0 comments on commit 2d2b728

Please sign in to comment.