Skip to content

Commit 90ce385

Browse files
committed
Add 1.7.0 changelog entry
1 parent dcbb139 commit 90ce385

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

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+
821
## [1.6.2] - 2021/11/14
922

1023
### Changed

0 commit comments

Comments
 (0)