Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions NewAndNoteworthy/CDT-12.1.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions NewAndNoteworthy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading