We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b269f21 commit 6161466Copy full SHA for 6161466
1 file changed
CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
19
## [3.6.3] - 2026-01-31
20
21
### Added
0 commit comments