|
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 |
| - |
12 | 1 | # (unreleased)
|
13 | 2 |
|
| 3 | +# 2.4.0 |
| 4 | + |
14 | 5 | ### 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 | + |
15 | 11 | - Display 'private' keyword for private type extensions (@gpetiot, #1019)
|
16 |
| -- Add support for search (@panglesd, @EmileTrotignon, #972) |
17 | 12 | - Allow to omit parent type in constructor reference (@panglesd,
|
18 | 13 | @EmileTrotignon, #933)
|
19 | 14 |
|
20 | 15 | ### Fixed
|
21 | 16 |
|
| 17 | +- Warn and exit when table(s) is not closed (@lubegasimon, #1050) |
| 18 | +- Hint when list(s) is not closed (@lubegasimon, #1050) |
22 | 19 | - Fix crash on functors returning an alias (@Julow, #1046)
|
23 | 20 | - Fix rendering of polymorphic variants (@wikku, @panglesd, #971)
|
24 | 21 | - Add references to extension declarations (@gpetiot, @panglesd, #949)
|
25 | 22 |
|
26 |
| -### Fixed |
27 |
| -- Fix 5.1 support (@tmcgilchrist, #1018) |
28 |
| - |
29 | 23 | ### Changed
|
30 |
| -- Style: Preformatted elements fallback to UA monospace (@toastal, #967) |
31 | 24 |
|
32 |
| -### Changed |
| 25 | +- Style: Adjusted line height in the TOC to improve readability (@sorawee, #1045) |
33 | 26 | - 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) |
36 | 30 |
|
37 |
| -### Changed |
38 |
| -- Style: Adjusted line height in the TOC to improve readability (@sorawee, #1045) |
| 31 | +# 2.3.1 |
39 | 32 |
|
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) |
43 | 34 |
|
44 | 35 | # 2.3.0
|
45 | 36 |
|
|
0 commit comments