8000 Create 2014-06-11-release_5.3.1.markdown · mlamby/chaiscript.github.io@d7cbf6f · GitHub
[go: up one dir, main page]

Skip to content

Commit d7cbf6f

Browse files
committed
Create 2014-06-11-release_5.3.1.markdown
1 parent 23c4acb commit d7cbf6f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)
0