Skip to content

Commit

Permalink
Updated changelog: package extensions, dropping Julia 1.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Nov 7, 2024
1 parent 74386a0 commit ba7293c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit ba7293c

Please sign in to comment.