From eb542818244ba90d5b6ec8a356df325ea080f863 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 1 May 2024 13:42:01 -0500 Subject: [PATCH] CHANGELOG for 1.4.6.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4df0a68..6d3a221d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v1.4.6.2](https://github.com/diagrams/diagrams-lib/tree/v1.4.6.2) (2024-05-01) + +- Support for `linear-1.23`. This version of `linear` introduces a + breaking change, so add an internal compatibility module that allows + diagrams to work with any version of `linear` both before and after + the change. + ## [v1.4.6.1](https://github.com/diagrams/diagrams-lib/tree/v1.4.6.1) (2024-02-26) - Fix compilation on BSD ([#367](https://github.com/diagrams/diagrams-lib/pull/367), thanks to Finn Espen Gundersen)