mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
Add CDT 12.2 N&N page
This commit is contained in:
parent
59e80dd22b
commit
9d9d71e184
2 changed files with 24 additions and 1 deletions
22
NewAndNoteworthy/CDT-12.2.md
Normal file
22
NewAndNoteworthy/CDT-12.2.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Release Notes and New & Noteworthy page
|
||||
|
||||
This is the New & Noteworthy page for CDT 12.2 which is part of Eclipse 2025-09 Simultaneous Release
|
||||
|
||||
---
|
||||
|
||||
# Release Notes
|
||||
|
||||
|
||||
# API Changes, current and planned
|
||||
|
||||
## Breaking API changes
|
||||
|
||||
Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API changes in this release as well as future planned API changes.
|
||||
|
||||
# Noteworthy Issues and Pull Requests
|
||||
|
||||
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.
|
||||
|
||||
# Bugs Fixed in this Release
|
||||
|
||||
See GitHub milestone for CDT [](https://github.com/eclipse-cdt/cdt/milestone/20?closed=1) and CDT LSP [](https://github.com/eclipse-cdt/cdt-lsp/milestone/7?closed=1)
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
What's new and noteworthy in:
|
||||
|
||||
- [CDT 12.2/2025-09](CDT-12.2.md)
|
||||
- [CDT 12.1/2025-06](CDT-12.1.md)
|
||||
- [CDT 12.0/2025-03](CDT-12.0.md)
|
||||
- [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 `
|
|||
<p align="center"><img src="images/CDT-10.0-CTAD.jpg" width="50%"></p>
|
||||
```
|
||||
|
||||
### Referecing Code
|
||||
### Referencing Code
|
||||
|
||||
Especially when writing New & Noteworthy entries about API it is useful to link to the file.
|
||||
This should be done using a relative path, such as:
|
||||
|
|
Loading…
Add table
Reference in a new issue