Skip to content

Commit 6343afc

Browse files
committed
CHANGES
1 parent 3c957cf commit 6343afc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
Release 1.10.5 -- May 1??, 2019 (compared to 1.10.3)
1+
Release 1.10.5 -- May 1, 2019 (compared to 1.10.4)
22
--------------------------------------------------
3-
3+
* Extend linearstep() and smooth_linearstep() to work with color, point,
4+
vector, and normal types (previously restricted to float). #994
5+
* Improve oslc type error detection for variable declarations with init
6+
expressions. Note that this may flag some warnings and errors that went
7+
undetected before, involving initialization assignments of incompatible
8+
types. #991, #993
9+
* Add a build-time option GLIBCXX_USE_CXX11_ABI to force the "new/old string
10+
ABI" to something other than the default for your version of gcc. #995
411

512
Release 1.10.4 -- Apr 1, 2019 (compared to 1.10.3)
613
--------------------------------------------------

0 commit comments

Comments
 (0)