Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpvasconcelos committed Oct 18, 2024
1 parent 21117e1 commit 36787e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Unreleased changes

- Refactor `_figure_factory.py` to use a functional approach ({gh-pr}`228`)
- Stop using the term "midpoints" to refer to the "interpolation values" when dealing with continuous color scales ({gh-pr}`232`)
- Refactor color validation logic to use helpers provided by Plotly ({gh-pr}`233`)
- Drop `colors.json` and use Plotly's `ColorscaleValidator` and `named_colorscales` directly ({gh-pr}`234`)

---

Expand All @@ -41,7 +43,6 @@ Unreleased changes
- Eagerly validate input shapes in `RidgeplotFigureFactory` ({gh-pr}`222`)
- Vendor `_zip_equal()` from [more-itertools](https://github.com/more-itertools/more-itertools/) ({gh-pr}`222`)
- Improve overall test coverage ({gh-pr}`222`)
- Refactor color validation logic to use helpers provided by Plotly ({gh-pr}`233`)

### Bug fixes

Expand Down

0 comments on commit 36787e8

Please sign in to comment.