Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e7aee35

Browse files
committed
Fixed linking of modules with cyclic imports, closes issue #41
1 parent 8010e33 commit e7aee35

File tree

7 files changed

+6788
-37
lines changed

7 files changed

+6788
-37
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# 🚧 Changelog
22

3+
## 1.4.1
4+
5+
### Fixes
6+
7+
- Fixed linking of modules with cyclic imports, allowing
8+
[new Rust workers](https://blog.cloudflare.com/workers-rust-sdk/) to be run
9+
with Miniflare. Closes
10+
[issue #41](https://github.com/mrbbot/miniflare/issues/41), thanks
11+
[@nuvanti](https://github.com/nuvanti).
12+
- Fixed handling of `ArrayBufferView`s as `Response` bodies
13+
314
## 1.4.0
415

516
### Features

0 commit comments

Comments
 (0)