Skip to content

Commit

Permalink
Add changelog for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Nov 4, 2024
1 parent 4aac295 commit a9bbdb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ sidebar_position: 12

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

## 0.10.1
- Compatibility: Fixed not inferring that a keyword should be disabled from parameter
- Universal Block Opener: Fixed `do` not being accepted instead of `then` for `catch` and `$if`
- FFI library: Improved cdef parsing and error reporting
- Crypto library: Fixed returning incorrect hex digest for MD5 in some cases
- 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

## 0.10.0
- Added chained comparisons (e.g. `1 <= i <= #t`)
- Added private methods to classes
Expand Down

0 comments on commit a9bbdb6

Please sign in to comment.