From 743501addc8e7c4f5b93b46ec9555cc787de5487 Mon Sep 17 00:00:00 2001 From: qwint Date: Tue, 29 Jul 2025 21:42:55 -0500 Subject: [PATCH] Docs: Remove Settings API Back Compat Section (#5255) --- docs/settings api.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/settings api.md b/docs/settings api.md index ef1f20d0..d701c017 100644 --- a/docs/settings api.md +++ b/docs/settings api.md @@ -181,10 +181,3 @@ circular / partial imports. Instead, the code should fetch from settings on dema "Global" settings are populated immediately, while worlds settings are lazy loaded, so if really necessary, "global" settings could be used in global scope of worlds. - - -### APWorld Backwards Compatibility - -APWorlds that want to be compatible with both stable and dev versions, have two options: -1. use the old Utils.get_options() API until Archipelago 0.4.2 is out -2. add some sort of compatibility code to your world that mimics the new API