Skip to content

Commit

Permalink
Add a changelog message
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Jan 4, 2021
1 parent b31b6b1 commit 7e68346
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changes/guarded_allocator_in_zone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"stronghold-runtime": minor
---

Add functionality to enable the guarded memory allocator in the zone when
running on POSIX (Linux, MacOS targets). The major contribution is a toggleable
memory allocator that can be used to work around rust's enforcement of only
one `#[global_allocator]`.

0 comments on commit 7e68346

Please sign in to comment.