We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbb139 commit 90ce385Copy full SHA for 90ce385
CHANGELOG.md
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.7.0] - WIP
9
+
10
+### Added
11
12
+- Implemented an update strategy pattern to reduce overhead and improve performance
13
+- New `SmoothDampQuaternion` data structure
14
+- New `Processors` internal helper class
15
16
+### Changed
17
18
+- Moved animation behaviors to a new directory
19
+- Changed `SmoothDamp<T>` fields from protected to private
20
21
## [1.6.2] - 2021/11/14
22
23
### Changed
0 commit comments