Skip to content

Commit 35ffdc9

Browse files
committed
Update the changelog.
1 parent 2dae1ca commit 35ffdc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
## [0.25.2] - WIP
88
### Added
9+
- A `convert-glam` cargo feature to enable implementations of `From` traits to convert
10+
between `glam` types and `nalgebra` types.
11+
- A `convert-glam-unchecked` cargo feature to enable some extra `glam`/`nalgebra` conversions that may
12+
lead to unexpected results if used improperly. For example, this enables the conversion from a
13+
`glam::Mat4` to a `na::Isometry3`. This conversion will be cheap (without any check) but willlead to
14+
unexpected results if the glam matrix contains non-isometric components (like scaling for example).
915
- A `cast` method has been added to most types. This can be used to change the
1016
type of the components of a given entity. Example: `vector.cast::<f32>()`.
1117

0 commit comments

Comments
 (0)