From: Aarni Koskela Date: Tue, 31 Dec 2019 12:21:49 +0000 (+0200) Subject: Distill changelog from git log X-Git-Tag: v2.8.0^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc012d4961c8a58c761252053a9954ccdbf4afd2;p=thirdparty%2Fbabel.git Distill changelog from git log --- diff --git a/CHANGES b/CHANGES index ec265c55..4441f68e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,27 @@ Babel Changelog =============== +Version 2.8.0 +------------- + +Improvements +~~~~~~~~~~~~ + +* CLDR: Upgrade to CLDR 36.0 - Aarni Koskela (#679) +* Messages: Don't even open files with the "ignore" extraction method - @sebleblanc (#678) + +Bugfixes +~~~~~~~~ + +* Numbers: Fix formatting very small decimals when quantization is disabled - Lev Lybin, @miluChen (#662) +* Messages: Attempt to sort all messages – Mario Frasca (#651, #606) + +Docs +~~~~ + +* Add years to changelog - Romuald Brunet +* Note that installation requires pytz - Steve (Gadget) Barnes + Version 2.7.0 -------------