1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

CDT 12.1 New&Noteworthy

This commit is contained in:
Jonah Graham 2025-06-12 10:18:35 -04:00
parent a7adea84b9
commit e36f17fc8a
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# Release Notes and New & Noteworthy page
This is the New & Noteworthy page for CDT 12.1 which is part of Eclipse 2025-06 Simultaneous Release
---
# Release Notes
## TM terminal.control migrated to Eclipse Platform
The source code for `org.eclipse.tm.terminal.control` has been moved from CDT's repo to [Eclipse Platform](https://github.com/eclipse-platform/eclipse.platform/tree/master/terminal/plugins/org.eclipse.tm.terminal.control)'s repo. See [Issue #1762](https://github.com/eclipse-platform/eclipse.platform/pull/1762) for additional details.
## 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.1.0) for this release in the issue/PR tracker.
# Bugs Fixed in this Release
See GitHub milestone for CDT [![12.1.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/19)](https://github.com/eclipse-cdt/cdt/milestone/19?closed=1) and CDT LSP [![3.2.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt-lsp/6)](https://github.com/eclipse-cdt/cdt-lsp/milestone/6?closed=1)

View file

@ -2,6 +2,7 @@
What's new and noteworthy in:
- [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)
- [CDT 11.5/2024-03](CDT-11.5.md)