diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dfa6b7..6f51bfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Add impl `From` for `Point`. * Add impl `From` for `Quaternion`. * Add impl `From` for `Translation`. + * Add the `::from_vec` constructor to construct a matrix from a `Vec` (a `DMatrix` will reuse the original `Vec` + as-is for its storage). ### Modified * The `Point::from_coordinates` methods is deprecated. Use `Point::from` instead.