You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ SCI is used in [babashka](https://github.com/babashka/babashka),
12
12
13
13
## 0.6.37 (2022-12-20)
14
14
15
-
-[#839]: Performance improvement for method calls in CLJS, like `(Math/sin)` and `(.substring "foo" 0 1)`, around 5 - 7x faster
15
+
-[#839](https://github.com/babashka/sci/issues/839): Performance improvement for method calls in CLJS, like `(Math/sin)` and `(.substring "foo" 0 1)`, around 5 - 7x faster
16
16
- Performance improvement when calling anonymous `fn`
17
17
- Improve `case` performance
18
18
-[#855](https://github.com/babashka/sci/issues/855): Property access in JS doesn't throw when intermediate value is `nil`
0 commit comments