From 6f5a621d085bc95859a5843b0f81ff428440451e Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Wed, 11 Dec 2024 19:07:35 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e78f2e..790bf90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change log +## 3.1.0 + * Feature: Implement the missing size inequality operator `~<>` (i.e. the negation of `~=`) + * Feature: Accept lone vals for `commaBasis` and `mappingBasis` + * Feature: Admit containers as spread arguments + * Bug fix: Sanitize divisions input in equalize modal [#825](https://github.com/xenharmonic-devs/scale-workshop/issues/825) + * Bug fix: Fix domain error in `realizeWord` [#823](https://github.com/xenharmonic-devs/scale-workshop/issues/823) + * Bug fix: Fix typos in error messages + ## 3.0.2 * Bug fix: Admit cents as the equave when generating equal temperaments [#803](https://github.com/xenharmonic-devs/scale-workshop/issues/803) * Maintenance: Update npm package dependencies