Skip to content

Commit f8f61dc

Browse files
committed
🔖 Update CHANGELOG.md - Version 0.4.1
1 parent 11d4bbf commit f8f61dc

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
@@ -1,6 +1,19 @@
11
ReferenceFrameRotations.jl Changelog
22
====================================
33

4+
Version 0.4.1
5+
-------------
6+
7+
- ![Enhancement][badge-enhancement] The operation `\` between Quaternions and
8+
Vector now supports every `AbstractVector`.
9+
- ![Enhancement][badge-enhancement] The `EulerAngleAxis` now stores the vector
10+
`v` using `SVector` instead of `Vector`. Notice that the constructors were
11+
adapted to accept all `AbstractVector`. Hence, it is not expected any
12+
breakage in old code.
13+
- ![Bugfix][badge-bugfix] The conversion between `Quaternion` and
14+
`EulerAngleAxis` now checks if the Euler angle is 0. In this case, the Euler
15+
vector `[1;0;0]` is used. Previously, a vector with `NaN` was returned.
16+
417
Version 0.4.0
518
-------------
619

0 commit comments

Comments
 (0)