Skip to content

Commit 57d11c8

Browse files
committed
Update 1.2.0 changelog
1 parent 7ff013b commit 57d11c8

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,34 @@ 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.2.0] - 2022/10/30
8+
## [1.2.0] - 2023/06/20
99

1010
### Added
1111

12-
- New constructors added to `FloatEqualityComparer` and `DoubleEqualityComparer` to specify amount of digits
13-
- New `Transform` extensions
12+
- Constructors to specify the amount of digits on `FloatEqualityComparer` and `DoubleEqualityComparer`
13+
- Overloads for `short` and `long` number abbreviations
14+
- New `ComparisonSign` enum
15+
- New `Bounds` extensions
16+
- `Lerp`
17+
- `LerpUnclamped`
18+
- `InverseLerp`
19+
- `CalculateScale`
1420
- New `Rect` extensions
21+
- `Contains`
22+
- `Encapsulate`
23+
- `Lerp`
24+
- `LerpUnclamped`
25+
- `InverseLerp`
26+
- New `Transform` extensions
27+
- `AveragePositionOfChildren`
28+
- `CenterPositionOfChildren`
29+
- `Reset`
30+
- `ResetLocal`
31+
- `SetPosition`
32+
- `SetLocalPosition`
33+
- `SetEulerAngles`
34+
- `SetLocalEulerAngles`
35+
- `SetLocalScale`
1536

1637
## [1.1.1] - 2022/05/19
1738

0 commit comments

Comments
 (0)