Skip to content

Commit

Permalink
Fixed linking of modules with cyclic imports, closes issue #41
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Sep 10, 2021
1 parent 8010e33 commit e7aee35
Show file tree
Hide file tree
Showing 7 changed files with 6,788 additions and 37 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 🚧 Changelog

## 1.4.1

### Fixes

- Fixed linking of modules with cyclic imports, allowing
[new Rust workers](https://blog.cloudflare.com/workers-rust-sdk/) to be run
with Miniflare. Closes
[issue #41](https://github.com/mrbbot/miniflare/issues/41), thanks
[@nuvanti](https://github.com/nuvanti).
- Fixed handling of `ArrayBufferView`s as `Response` bodies

## 1.4.0

### Features
Expand Down
Loading

0 comments on commit e7aee35

Please sign in to comment.