From cb09f70dfc75f3bc17f6b20a778fbb79ccf832d0 Mon Sep 17 00:00:00 2001 From: Gregor Aisch Date: Sat, 17 Aug 2024 23:49:21 +0200 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8b4883..3954b10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 3.1.0 (pre-release) +* make it easier to access colorbrewer palette names - resolves #314 +* docs: explain differences to official colorbrewer scales - resolves #316 + ### 3.0.0 * 🎉 NEW: Add support for modern CSS color spaces. This means you can now export and parse CSS colors in `lab()`, `lch()`, `oklab()`, `oklch()` space. * 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces via `setLabWhitePoint`.