From e391681444b72f448003a2b13f477095ac5a1bb8 Mon Sep 17 00:00:00 2001 From: Zach Allaun Date: Sun, 16 Jul 2023 10:50:12 -0700 Subject: [PATCH] Update v0.10.0 CHANGELOG to include new attached node version requirements (#2080) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f642cee52..933026089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Moved app settings to a modal and added explanations for all options ([#1914](https://github.com/livebook-dev/livebook/pull/1914)) - Disabled double-click entering edit mode on Markdown cells ([#1937](https://github.com/livebook-dev/livebook/pull/1937)) +- Livebook Desktop and Docker images are now built with Erlang/OTP 26 and Elixir 1.5.2 (those are now the minimum versions required for connecting to remote nodes when using these Livebook distributions) ### Fixed