From e13abc57ceee85d787ccab323078a49575ecd511 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 13 May 2019 08:41:50 +0800 Subject: [PATCH] update RELEASE --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 4f90b6be..b8c10342 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,10 @@ +# v1.1.1 +- Bugfixes + - `m_rotation` returns a identity matrix if `a` is 0. + +- Others + - OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary. + # v1.1 - New matrix functions: - [m_multiply](https://openhome.cc/eGossip/OpenSCAD/lib-m_multiply.html)