File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ tags: release
5
5
## [ Release 5.8.0] ( https://github.com/ChaiScript/ChaiScript/releases/tag/v5.8.0 " Release 5.8.0 ")
6
6
7
7
8
- ### Changes since 5.7.1
9
-
10
8
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)
You can’t perform that action at this time.
0 commit comments