Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDalek1963 committed Jan 17, 2023
1 parent fc86f3f commit 8513eb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- The parser used to get confused by anonymous matrices, so something like `[1 2; -3 -1]^2`
wouldn't actually include the squaring. This is now fixed.
- When animating a sequence with transitional animation, we now reset if the start and target
matrices are the same

## [0.4.0] - 2022-11-17

### Added
Expand Down

0 comments on commit 8513eb8

Please sign in to comment.