From a4f231b2bc034ab11f89e2804a87358eae9e9803 Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 27 May 2017 20:16:22 +0200 Subject: [PATCH] Updated history --- HISTORY.md | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 60b07a242..ab767442d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## not yet released, version 3.13.3 + +- Fixed a bug in function `intersection` of line and plane. + Thanks @viclai. + + ## 2017-05-26, version 3.13.2 - Disabled function `chain` inside the expression parser for security diff --git a/package.json b/package.json index 11da8467b..3b1f304ca 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "Thomas Brierley (https://github.com/ThomasBrierley)", "Timothy Lee (https://github.com/tetslee)", "Todd Morse (https://github.com/morsecodist)", + "Victor (https://github.com/viclai)", "Waldir Pimenta (https://github.com/waldyrious)", "Zach Zibrat (https://github.com/palimpsests)" ],