]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix CHANGES formatting to ReST
authorAarni Koskela <akx@iki.fi>
Fri, 8 Jan 2016 08:38:48 +0000 (10:38 +0200)
committerAarni Koskela <akx@iki.fi>
Fri, 8 Jan 2016 09:33:01 +0000 (11:33 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index dc0e8217942a6eead70777e7c006f50bf6c05958..551b82a7a707563af629e60a6ab8ab3dba7d6fa9 100644 (file)
--- 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)