We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e45f4 commit 50c2659Copy full SHA for 50c2659
CHANGES.md
@@ -1,6 +1,13 @@
1
-Release 1.10.8 -- ???, 2019 (compared to 1.10.7)
+Release 1.10.8 -- 1 Dec 2019 (compared to 1.10.7)
2
--------------------------------------------------
3
-
+* Fix dual implementation of division so that the value is consistent with
4
+ regular division (#1066)
5
+* Python3 safety of tests and scripts. #1071
6
+* Handle escaped string literals (like "\tfoo\n") more correctly. #1073
7
+* Fixes to ensure locale independence. #1075
8
+* Build: on OSX, better logic about the OIIO plugin must be built as a
9
+ module or as a shared library. #1078
10
+* Remove pointless assertions from the TypeSpec class. #1079
11
12
Release 1.10.7 -- Oct 1, 2019 (compared to 1.10.6)
13
0 commit comments