Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 25, 2023
1 parent cdcb99c commit f34137c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 5.0.1 (2023-10-25)

- #89 - Fixed bug where ArrayBuffer views were not being correctly handled when used as keys.

- #90 - Added explanation to README.md about how to use fake-indexeddb v5+ with jsdom, since a `structuredClone` polyfill is not included anymore.

# 5.0.0 (2023-10-13)

- Dropped support for Node.js 16, which allows me to get rid of the `structuredClone` polyfill, which reduces the package size by roughly 50%.
Expand Down

0 comments on commit f34137c

Please sign in to comment.