From bc0b2e4d5799e3651ea6efd59bddb384137ba4f2 Mon Sep 17 00:00:00 2001 From: Igor Afanasyev Date: Thu, 25 Aug 2016 15:15:01 -0700 Subject: [PATCH] Add #29 fix info Also: minor wording/formatting changes --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3d5ff5b9..9a8581d9 100644 --- a/CHANGES +++ b/CHANGES @@ -34,7 +34,12 @@ Revision history entries during post-processing; this in turn allows for custom fallback mechanisms and also reduces resource file sizes - - In Git plugin, automatically prune old branches to avoid conflicts on `git fetch` + - In Git plugin, old branches are automatically pruned to avoid conflicts + on `git fetch` + + - JSON and YAML parsers now sort keys alphabetically at parsing time. + This is to guarantee stable output between multiple runs and between + different Perl versions (#29) 1.1 April 20, 2016