Skip to content

Commit 270b375

Browse files
committed
Cleanup the changelog for 2.4
- Deduplucate the sections. - Add the changelog for 2.3.1. - Remove the top-comment, which messes up dune-release.
1 parent 6fcb096 commit 270b375

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

CHANGES.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,34 @@
1-
<!--
2-
The format of this Changelog is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/).
3-
4-
Tags:
5-
- Changes
6-
- Added
7-
- Fixed
8-
- Documentation
9-
- Internal
10-
-->
11-
121
# (unreleased)
132

3+
# 2.4.0
4+
145
### Added
15-
- Display 'private' keyword for private type extensions (@gpetiot, #1019)
6+
167
- Add support for search (@panglesd, @EmileTrotignon, #972)
8+
9+
- Display 'private' keyword for private type extensions (@gpetiot, #1019)
1710
- Allow to omit parent type in constructor reference (@panglesd,
1811
@EmileTrotignon, #933)
1912

2013
### Fixed
2114

15+
- Warn and exit when table(s) is not closed (@lubegasimon, #1050)
16+
- Hint when list(s) is not closed (@lubegasimon, #1050)
2217
- Fix crash on functors returning an alias (@Julow, #1046)
2318
- Fix rendering of polymorphic variants (@wikku, @panglesd, #971)
2419
- Add references to extension declarations (@gpetiot, @panglesd, #949)
2520

26-
### Fixed
27-
- Fix 5.1 support (@tmcgilchrist, #1018)
28-
2921
### Changed
30-
- Style: Preformatted elements fallback to UA monospace (@toastal, #967)
3122

32-
### Changed
23+
- Style: Adjusted line height in the TOC to improve readability (@sorawee, #1045)
3324
- Style: Remove font fallback to Helvetica, Arial (@Julow, #1028)
34-
- Style : Sidebar is now stuck to the left of the content instead of the left
35-
of the viewport (@EmileTrotignon, #999)
25+
- Style: Preformatted elements fallback to UA monospace (@toastal, #967)
26+
- Style: Sidebar is now stuck to the left of the content instead of the left of
27+
the viewport (@EmileTrotignon, #999)
3628

37-
### Changed
38-
- Style: Adjusted line height in the TOC to improve readability (@sorawee, #1045)
29+
# 2.3.1
3930

40-
### Fixed
41-
- Warn and exit when table(s) is not closed (@lubegasimon, #1050)
42-
- Hint when list(s) is not closed (@lubegasimon, #1050)
31+
- Fix 5.1 support (@tmcgilchrist, #1018)
4332

4433
# 2.3.0
4534

0 commit comments

Comments
 (0)