Skip to content

Commit 9d9d71e

Browse files
committed
Add CDT 12.2 N&N page
1 parent 59e80dd commit 9d9d71e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

NewAndNoteworthy/CDT-12.2.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Release Notes and New & Noteworthy page
2+
3+
This is the New & Noteworthy page for CDT 12.2 which is part of Eclipse 2025-09 Simultaneous Release
4+
5+
---
6+
7+
# Release Notes
8+
9+
10+
# API Changes, current and planned
11+
12+
## Breaking API changes
13+
14+
Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API changes in this release as well as future planned API changes.
15+
16+
# Noteworthy Issues and Pull Requests
17+
18+
See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A12.2.0) for this release in the issue/PR tracker.
19+
20+
# Bugs Fixed in this Release
21+
22+
See GitHub milestone for CDT [![12.2.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/20)](https://github.com/eclipse-cdt/cdt/milestone/20?closed=1) and CDT LSP [![3.3.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt-lsp/7)](https://github.com/eclipse-cdt/cdt-lsp/milestone/7?closed=1)

NewAndNoteworthy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
What's new and noteworthy in:
44

5+
- [CDT 12.2/2025-09](CDT-12.2.md)
56
- [CDT 12.1/2025-06](CDT-12.1.md)
67
- [CDT 12.0/2025-03](CDT-12.0.md)
78
- [CDT 11.6/2024-06](CDT-11.6.md)
@@ -83,7 +84,7 @@ The images should be embedded using the `<img>` tag with (gernally) a width of `
8384
<p align="center"><img src="images/CDT-10.0-CTAD.jpg" width="50%"></p>
8485
```
8586

86-
### Referecing Code
87+
### Referencing Code
8788

8889
Especially when writing New & Noteworthy entries about API it is useful to link to the file.
8990
This should be done using a relative path, such as:

0 commit comments

Comments
 (0)