aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2023-06-21 23:53:11 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2023-06-21 23:53:11 +0000
commit990aeac4b416ec4ef4e626b2aa312df63eceff5c (patch)
tree8956cd2d565ee4419d3363b706526ce71754fc9c /UPDATING
parent6be7ccd6164ed70f7d171c7a71c83357a6b1d791 (diff)
downloadports-990aeac4b416ec4ef4e626b2aa312df63eceff5c.tar.gz
ports-990aeac4b416ec4ef4e626b2aa312df63eceff5c.zip
lang/elixir-devel: update to 1.15.0
- https://elixir-lang.org/blog/2023/06/19/elixir-v1-15-0-released/ Note that Elixir now *requires* OTP25+ or better at runtime. For the -devel flavour you are still free to choose OTP25 or OTP26, but the default OTP24 from lang/erlang will *not* work.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4988aa70f5bc..144a7b4d1df3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20230620:
+ AFFECTS: users of lang/elixir-devel
+ AUTHOR: dch@FreeBSD.org
+
+ Note that Elixir now *requires* OTP25+ or better at runtime.
+ For the -devel flavour you are still free to choose OTP25 or
+ OTP26, but the default OTP24 from lang/erlang will *not* work.
+
20230618:
AFFECTS: users of devel/soft-serve
AUTHOR: ashish@FreeBSD.org