summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorfrazze-jobb <frazze@erlang.org>2023-02-08 11:18:58 +0100
committerfrazze-jobb <frazze@erlang.org>2023-02-08 11:18:58 +0100
commit9aa51617bf472d38049231ae9748a0aa964de539 (patch)
treed489fdace851c8e59a025c36e103455ffa7dafa3 /system
parent71d4bceb3dad9937ea7848f303448bf6fcb922d5 (diff)
downloaderlang-9aa51617bf472d38049231ae9748a0aa964de539.tar.gz
Added a late note that this feature is scheduled for removal in OTP-26
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/scheduled_for_removal_26.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/doc/general_info/scheduled_for_removal_26.inc b/system/doc/general_info/scheduled_for_removal_26.inc
index 1d59136ce5..8a4a5daa94 100644
--- a/system/doc/general_info/scheduled_for_removal_26.inc
+++ b/system/doc/general_info/scheduled_for_removal_26.inc
@@ -28,3 +28,16 @@
inconsistent state.
</p>
</section>
+
+ <section>
+ <title>Archive fallback directory</title>
+ <p>
+ This feature makes archives more unpredictable, since you might
+ have a application folder that contains files that overrides the files in the archive.
+ It also makes packaging archives not as straight forward as you would have
+ to bundle files in an additional archive layer. We will change this
+ so that all files related to an App can be packaged in the .ez archive.
+ Additionally dynamically linked libraries such as NIFs will also be loaded
+ from the archive.
+ </p>
+ </section>