From ba7293cc37a651f28552efa93a839fecc4ae9d3d Mon Sep 17 00:00:00 2001 From: Brandon Flores Date: Tue, 4 Jun 2024 14:35:21 -0500 Subject: [PATCH] Updated changelog: package extensions, dropping Julia 1.8 support --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759e360..6662d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Next] +### Added + - Package extensions for `LinearAlgebra` and `StaticArraysCore` to add methods to + `LinearAlgebra.dot`, `LinearAlgebra.normalize`, `StaticArraysCore.similar_type`. + ### Removed - **[BREAKING]** `CliffordNumbers.normalize` is no longer exported to avoid a name conflict with `LinearAlgebra.normalize`. + - **[BREAKING]** Support for Julia 1.8 due to the use of package extensions. ## [Unreleased]