From bec0777d7fc504e7175dcb75449c70f4b7c62816 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Thu, 8 Nov 2018 06:47:17 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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.