Skip to content

Commit 6161466

Browse files
authored
v3.6.4
1 parent b269f21 commit 6161466

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.6.4] - 2026-02-20
8+
9+
### Changed
10+
11+
- custom expr optimisations: use `mod(x,1)` for `fract(x)`-->`x-floor(x)`
12+
- updated performance analysis in README
13+
- more alphabetical Xfade transition order in README
14+
15+
### Fixed
16+
17+
- no clipping in plot generation
18+
719
## [3.6.3] - 2026-01-31
820

921
### Added

0 commit comments

Comments
 (0)