diff --git a/CHANGES.md b/CHANGES.md index 6098978eb..75a6f1c3b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,8 +4,11 @@ Full changelog v1.6.0 (unreleased) ------------------- -* Fixed a bug where minor tick marks were not respecting the settings colors. [#2305] +* Fix an issue in the scatter viewer where the line for a layer displaying + with a colormap would only sometimes respect the colormap. [#2299] +* Fixed a bug where minor tick marks were not respecting the settings colors. [#2305] + * Fix an issue where the histogram layer artist would not redraw if the histogram sum was zero. [#2300]