You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# HEAD
2
2
3
+
# 2.0.1
4
+
5
+
- Added native support for apple silicon (arm64). This has been way too long coming. Thanks to everyone who contributed on [the github issue](https://github.com/josephg/node-foundationdb/issues/50). The library should automatically detect your computer's architecture and "just work". You will need to install a version of foundationdb which matches your computer's architecture.
6
+
7
+
# 2.0.0
8
+
3
9
- Fixed an issue where the directory layer would "reset" the transformers when a directory was created or opened. Thanks @NuckChorris for [reporting this problem](https://github.com/josephg/node-foundationdb/issues/70).
4
10
- Updated to support FoundationDB API version 720. This adds 2 new APIs:
0 commit comments