summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2016-01-08 10:38:48 +0200
committerAarni Koskela <akx@iki.fi>2016-01-08 11:33:01 +0200
commitb4b9ab603b4bcf12620b860dcd78dd3857adcd37 (patch)
treea4bce299a58265c70ca8f49f442a8e1571bfdae0 /CHANGES
parent1b4cd01457eb949a61fbb6ab9569df95f7d52ff4 (diff)
downloadbabel-b4b9ab603b4bcf12620b860dcd78dd3857adcd37.tar.gz
Fix CHANGES formatting to ReST
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index dc0e821..551b82a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,8 @@ Version 2.2
(Feature release, released on January 2nd 2016)
-### Bugfixes
+Bugfixes
+~~~~~~~~
* General: Add __hash__ to Locale. (#303) (2aa8074)
* General: Allow files with BOM if they're UTF-8 (#189) (da87edd)
@@ -23,7 +24,8 @@ Version 2.2
* Messages: Flatten NullTranslations.files into a list (ad11101)
* Times: FixedOffsetTimezone: fix display of negative offsets (d816803)
-### Features
+Features
+~~~~~~~~
* CLDR: Update to CLDR 28 (#292) (9f7f4d0)
* General: Add __copy__ and __deepcopy__ to LazyProxy. (a1cc3f1)