Skip to content

Commit

Permalink
fix: outdated anchor (#4418)
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov authored Sep 4, 2024
1 parent 39ebf81 commit 6e9baa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/topics/native/native-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Apart from easy object sharing, the new memory manager also brings other major c
* Exceptions that escape `operation` in `Worker.executeAfter` are processed like in other runtime parts, by trying to
execute a user-defined unhandled exception hook or terminating the program if the hook was not found or failed with
an exception itself.
* Freezing is deprecated, disabled by default, and will be removed in future releases.
Do not use freezing if you don't need your code to work with the [legacy memory manager](#support-both-new-and-legacy-memory-managers).
* Freezing is deprecated and always disabled.

Follow these guidelines to migrate your projects from the legacy memory manager:

Expand Down

0 comments on commit 6e9baa2

Please sign in to comment.