We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfc747 commit 0e6165aCopy full SHA for 0e6165a
CHANGES
@@ -15,6 +15,11 @@
15
ui : migrated to gtk3 on Linux (#220)
16
sqlite : fixed early finalizer call (#200)
17
cmake : fixed loading error when installing to /usr/local on Unix (#271)
18
+ gc : fixed "GetThreadContext failed" error on Windows (#264)
19
+ std : fixed date_format crash on windows (#279)
20
+ vm : added more detailed errors for failed stack checks (#284)
21
+ ssl : migrated to mbedtls 3 (#290)
22
+ ssl : ignored MBEDTLS_ERR_SSL_WANT_READ and MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET (#291)
23
24
2019-10-19 : 2.3.0
25
std : added socket_set_broadcast function (#190)
0 commit comments