From b8b865fb17caba880b1c178f8c0bdb855cfe98c8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 29 Jul 2019 10:53:04 +0100 Subject: Bump 3.0-rc up to master. --- CHANGES | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 952a95a6..ad50d54c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -CHANGES FROM 3.0 to X.X +CHANGES FROM 2.9 to 3.0 * Expand arguments to C and s format modifiers to match the m modifier. @@ -51,8 +51,6 @@ CHANGES FROM 3.0 to X.X * Support for octal escapes in strings (such as \007) and improve list-keys output so it parses correctly if copied into a configuration file. -CHANGES FROM 2.9 to 3.0 - * INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string similar to single quotes but also includes newlines and allows commands that take other commands as string arguments to be expressed more clearly and -- cgit