From 6343afc07c50a30356381a08d9c101afab50cf05 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sat, 4 May 2019 13:01:33 -0700 Subject: [PATCH] CHANGES --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c0d46790a..0d020d8a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ -Release 1.10.5 -- May 1??, 2019 (compared to 1.10.3) +Release 1.10.5 -- May 1, 2019 (compared to 1.10.4) -------------------------------------------------- - +* Extend linearstep() and smooth_linearstep() to work with color, point, + vector, and normal types (previously restricted to float). #994 +* Improve oslc type error detection for variable declarations with init + expressions. Note that this may flag some warnings and errors that went + undetected before, involving initialization assignments of incompatible + types. #991, #993 +* Add a build-time option GLIBCXX_USE_CXX11_ABI to force the "new/old string + ABI" to something other than the default for your version of gcc. #995 Release 1.10.4 -- Apr 1, 2019 (compared to 1.10.3) --------------------------------------------------