File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Release 5.3.1
3
+ tags : release
4
+ ---
5
+ ## [ Release 5.3.1] ( https://github.com/ChaiScript/ChaiScript/releases/tag/v5.3.1 " Release 5.3.0 ")
6
+
7
+ ### Changes since 5.3.0
8
+ * Add automatic conversion of arithmetic return types, following the same
9
+ rules as conversion of arithmetic types when passing parameters
10
+ * Add automatic casting up the inheritence hierarchy when possible.
11
+ * Enable travis.ci testing
12
+ * Allow users to add globals from within script
13
+ * Various static analysis fixes
14
+ * Code modernization to C++11
15
+ * Unofficial support for Haiku added
16
+ * Fix #121 - Inability to compile on cygwin
17
+ * Formatting fixes and spelling corrections
18
+ * Apply "include what you use" https://code.google.com/p/include-what-you-use/
19
+ * Apply clang-modernize
20
+ * Various threading fixes
21
+ * Performance improvements
22
+
You can’t perform that action at this time.
0 commit comments