Skip to content

Commit 5cf511e

Browse files
Added line about fix to leaking IJSObjectReferencee in CreateAsync methods.
1 parent eb9655a commit 5cf511e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- Fixed that `CreateAsync` methods in `Blob`, `File`, and `FileReader` leaked `IJSObjectReference`s.
810

911
## [0.4.0] - 2024-10-29
1012
### Deprecated
@@ -43,4 +45,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345

4446
## [0.1.0] - 2022-11-08
4547
### Added
46-
- Made the initial implementation that covers most of the API.
48+
- Made the initial implementation that covers most of the API.

0 commit comments

Comments
 (0)