From 550e8ec3b784014ff1392c704954c9e082e4f439 Mon Sep 17 00:00:00 2001 From: Karl Crary Date: Mon, 5 Apr 2021 10:30:51 -0400 Subject: [PATCH] update CHANGELOG for 3.0.0 --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1247227..ca32046 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -Incompatible changes since 2.3.0 +Incompatible changes from 2.3.0 to 3.0.0 * The dictionary interfaces have changed: @@ -34,7 +34,7 @@ Incompatible changes since 2.3.0 deprecated signatures and modules that depend on it: COORDINATED_STREAM, POS, CoordinatedStream, and Pos. -Other changes since 2.3.0 +Other changes from 2.3.0 to 3.0.0 * Added CommandLine : COMMAND_LINE. It provides combinators tailored for parsing command-line arguments. (An alternative to Arguments :