summaryrefslogtreecommitdiff
path: root/system/doc
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-01-25 13:29:17 +0100
committerLukas Larsson <lukas@erlang.org>2022-01-25 13:31:58 +0100
commitd7ce28f6325758cf5aacc67c6c08428d7f76d513 (patch)
treea41759382bae6b5df965925f3b0984f1406c1e38 /system/doc
parent2966c53fddcbdd5b348a1f10492adcaebb5e91b5 (diff)
downloaderlang-d7ce28f6325758cf5aacc67c6c08428d7f76d513.tar.gz
otp: Add warning thet default time warp mode will change
Closes #4965
Diffstat (limited to 'system/doc')
-rw-r--r--system/doc/general_info/upcoming_incompatibilities.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/doc/general_info/upcoming_incompatibilities.xml b/system/doc/general_info/upcoming_incompatibilities.xml
index 69a0f6de16..5d0fb3e2c6 100644
--- a/system/doc/general_info/upcoming_incompatibilities.xml
+++ b/system/doc/general_info/upcoming_incompatibilities.xml
@@ -132,5 +132,18 @@
</list>
</section>
+ <section>
+ <title>The default timewarp mode will change to multi-time warp mode</title>
+ <p>
+ The default <seeguide marker="erts:time_correction#Time_Warp_Modes">
+ Time Warp Mode</seeguide> will be changed from
+ <seeguide marker="erts:time_correction#No_Time_Warp_Mode">
+ no time warp mode</seeguide> to <seeguide marker="erts:time_correction#Multi_Time_Warp_Mode">
+ multi-time warp mode</seeguide>. See <seeguide marker="erts:time_correction">
+ Time and Time Correction in Erlang</seeguide> for details on how this will
+ effect your system.
+ </p>
+ </section>
+
</section>
</chapter>