Skip to content

Commit 2ec4fab

Browse files
authored
Merge pull request #1058 from Julow/changelog-240
Cleanup the changelog for 2.4
2 parents d2fa859 + 405da35 commit 2ec4fab

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

CHANGES.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,36 @@
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
6+
7+
- Add support for external search engines (@panglesd, @EmileTrotignon, #972)
8+
This includes the generation of an index and the display of the results in
9+
the UI (HTML only).
10+
1511
- Display 'private' keyword for private type extensions (@gpetiot, #1019)
16-
- Add support for search (@panglesd, @EmileTrotignon, #972)
1712
- Allow to omit parent type in constructor reference (@panglesd,
1813
@EmileTrotignon, #933)
1914

2015
### Fixed
2116

17+
- Warn and exit when table(s) is not closed (@lubegasimon, #1050)
18+
- Hint when list(s) is not closed (@lubegasimon, #1050)
2219
- Fix crash on functors returning an alias (@Julow, #1046)
2320
- Fix rendering of polymorphic variants (@wikku, @panglesd, #971)
2421
- Add references to extension declarations (@gpetiot, @panglesd, #949)
2522

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

32-
### Changed
25+
- Style: Adjusted line height in the TOC to improve readability (@sorawee, #1045)
3326
- 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)
27+
- Style: Preformatted elements fallback to UA monospace (@toastal, #967)
28+
- Style: Sidebar is now stuck to the left of the content instead of the left of
29+
the viewport (@EmileTrotignon, #999)
3630

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

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

4435
# 2.3.0
4536

0 commit comments

Comments
 (0)