diff --git a/CHANGELOG.md b/CHANGELOG.md index f89267ae56be41cc66c5a229bf11a8190a596960..98d4ea3025722a610487174693fd167c51f2992b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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] + +### Added + +- Added new built-in rotation lenses based on angle interpolation, to allow rotation animations larger than a half turn: + - `TransformRotateXLens` + - `TransformRotateYLens` + - `TransformRotateZLens` + - `TransformRotateAxisLens` + ## [0.3.2] - 2022-02-24 ### Added