8000 Add release notes for 5.5.0 · mlamby/chaiscript.github.io@e35d834 · GitHub
[go: up one dir, main page]

Skip to content

Commit e35d834

Browse files
committed
Add release notes for 5.5.0
1 parent 45e4883 commit e35d834

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Release 5.5.0
3+
tags: release
4+
---
5+
## [Release 5.5.0](https://github.com/ChaiScript/ChaiScript/releases/tag/v5.4.0 "Release 5.5.0")
6+
7+
### Changes since 5.4.0
8+
* 2x performance increase
9+
* Significant code cleanups
10+
* Throw exception if user attempts to call function on null object
11+
* Allow user defined type conversions [from within chaiscript](https://github.com/ChaiScript/ChaiScript/blob/v5.5.0/unittests/user_defined_conversions.chai) or [c++](https://github.com/ChaiScript/ChaiScript/blob/v5.5.0/src/test_module.cpp#L165-L169)
12+
* Fix object lifetime for nested function calls made at the global scope
13+
* Fix returning of boolean values from function calls
14+
15+

0 commit comments

Comments
 (0)
0