Skip to content

Commit c8af7da

Browse files
committed
Fix misplaced change
1 parent c4a0c5e commit c8af7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This page contains the changelogs from all [releases of Pluto](https://github.co
1313
- `do` can now be used instead of `then` and `begin`
1414
- `if` expressions are now no longer deprecated but require an `end` (e.g. `print(if a then b else c end)`)
1515
- `$define` statement now requires an assignment
16-
- Fixed handling when an invalid RSA private key is passed to crypto.encrypt, crypto.decrypt, crypto.sign
1716
- Fixed not being able to load Lua C modules on Linux
1817
- For simplicity in this regard, Pluto now always uses the C ABI to export `lua_` functions and the C++ ABI for `pluto_` functions.
1918

@@ -33,6 +32,7 @@ Standard library:
3332
- Added io.cwd and io.chdir as aliases for io.currentdir
3433
- socket.starttls can now be used on server sockets
3534
- Optimized json.encode with `__order`
35+
- Fixed handling when an invalid RSA private key is passed to crypto.encrypt, crypto.decrypt, crypto.sign
3636

3737
## 0.9.5
3838
- Fixed io.contents not returning an empty string for empty files on Windows

0 commit comments

Comments
 (0)