File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments