From 5fe43172ae2d81aff379c41fcc2199e2b459c3b9 Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Fri, 20 Dec 2024 11:36:17 -0800 Subject: [PATCH] 1.1.1 --- docsite/docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docsite/docs/changelog.md b/docsite/docs/changelog.md index 1cfe81c..d317182 100644 --- a/docsite/docs/changelog.md +++ b/docsite/docs/changelog.md @@ -3,6 +3,18 @@ For changes since the latest tagged release, please refer to the --- +## 1.1.1 (20 December 2024) + +**New features and enhancements:** + +* `Formula.differentiate()` is now considered stable, with + `ModelMatrix.differentiate()` to follow in a future release. + +**Bugfixes and cleanups:** + +* Fixed a regression introduced in v1.1.0 regarding ordering of terms in a + differentiated formula. + ## 1.1.0 (15 December 2024) **Breaking changes:**