8000 Update 2016-02-17-release-5.8.0.markdown · ChaiScript/chaiscript.github.io@6a1b417 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a1b417

Browse files
committed
Update 2016-02-17-release-5.8.0.markdown
1 parent 5c45f9e commit 6a1b417

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

_posts/2016-02-17-release-5.8.0.markdown

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ tags: release
55
## [Release 5.8.0](https://github.com/ChaiScript/ChaiScript/releases/tag/v5.8.0 "Release 5.8.0")
66

77

8-
### Changes since 5.7.1
9-
108

9+
### Changes since 5.7.1
10+
* Make all parser iterator operations range checked
11+
* Parse in-string eval statements once, not once for each execution
12+
* Fix parsing of operators (ie 1<-1 now parses)
13+
* Fix variable scoping for functors
14+
* Exception reduction
15+
* Various object lifetime fixes
16+
* Add JSON support for load / save #207
17+
* Numeric overload resolution fixes #209
18+
* Fix long long #208
19+
* Add octal escapes in strings #211
20+
* Fixed sizing of binary literals #213
21+
* Added support for != with bool values #217
22+
* Various value assignment vector fixes
23+
* Fixed broken hex escape sequences from @ChristianKaeser
24+
* Multiply defined symbols fixes #232 @RaptorFactor
25+
* Add add_class<Enum> helper #233 @vrennert
26+
* Cheatsheet fixes #235 @mlamby
27+
* Fix parsing of strings inside of in-string eval statements
28+
* Allow lower-case global keyword
29+
* Enable thread-local on MSVC (should be significant performance boost)

0 commit comments

Comments
 (0)
0