File 0154-otp-Add-warning-thet-default-time-warp-mode-will-cha.patch of Package erlang
From d7ce28f6325758cf5aacc67c6c08428d7f76d513 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Tue, 25 Jan 2022 13:29:17 +0100
Subject: [PATCH] otp: Add warning thet default time warp mode will change
Closes #4965
---
.../doc/general_info/upcoming_incompatibilities.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
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>
--
2.31.1