fix changelog

This commit is contained in:
ading2210 2024-07-10 23:57:20 -07:00
parent 7b195665e0
commit 2be1e0cd4b

View file

@ -1,6 +1,6 @@
# Libcurl.js Changelog:
## v0.6.9 (4/30/24):
## v0.6.9 (7/10/24):
- Fix a possible double free when requests get aborted
- Handle `ReadableStream` objects as the request payload
- Support the Clang AddressSanitizer