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)" ],