Skip to content

Commit a9bbdb6

Browse files
committed
Add changelog for 0.10.1
1 parent 4aac295 commit a9bbdb6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ sidebar_position: 12
44

55
This page contains the changelogs from all [releases of Pluto](https://github.com/PlutoLang/Pluto/releases).
66

7+
## 0.10.1
8+
- Compatibility: Fixed not inferring that a keyword should be disabled from parameter
9+
- Universal Block Opener: Fixed `do` not being accepted instead of `then` for `catch` and `$if`
10+
- FFI library: Improved cdef parsing and error reporting
11+
- Crypto library: Fixed returning incorrect hex digest for MD5 in some cases
12+
- Socket library: Fixed an issue where the remote closing a connection too soon could cause recv/peek to never see some data that was sent
13+
714
## 0.10.0
815
- Added chained comparisons (e.g. `1 <= i <= #t`)
916
- Added private methods to classes

0 commit comments

Comments
 (0)