File 5312-Update-since-filed-for-the-maps-groups_from_list.patch of Package erlang
From 7e19641ff59ca735cd95dfadf25855eae611f450 Mon Sep 17 00:00:00 2001
From: Gian Lorenzo Meocci <glmeocci@gmail.com>
Date: Sat, 12 Mar 2022 11:43:19 +0100
Subject: [PATCH] Update since filed for the `maps:groups_from_list`
---
lib/stdlib/doc/src/maps.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/stdlib/doc/src/maps.xml b/lib/stdlib/doc/src/maps.xml
index a8793e86d1..76abb3d46e 100644
--- a/lib/stdlib/doc/src/maps.xml
+++ b/lib/stdlib/doc/src/maps.xml
@@ -659,7 +659,7 @@ error</code>
</func>
<func>
- <name name="groups_from_list" arity="2" since="OTP 26.0"/>
+ <name name="groups_from_list" arity="2" since="OTP 25.0"/>
<fsummary>Splits the list into groups using a function as discriminator.</fsummary>
<desc>
<p>The result is a map where each key is given by <anno>Fun</anno>
@@ -675,7 +675,7 @@ error</code>
</func>
<func>
- <name name="groups_from_list" arity="3" since="OTP 26.0"/>
+ <name name="groups_from_list" arity="3" since="OTP 25.0"/>
<fsummary>Splits the list into groups using a function as discriminator.</fsummary>
<desc>
<p>The result is a map where each key is given by
--
2.34.1