From e36f17fc8adc1fc5e267da774814e6326db6db85 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 12 Jun 2025 10:18:35 -0400 Subject: [PATCH] CDT 12.1 New&Noteworthy --- NewAndNoteworthy/CDT-12.1.md | 23 +++++++++++++++++++++++ NewAndNoteworthy/README.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 NewAndNoteworthy/CDT-12.1.md diff --git a/NewAndNoteworthy/CDT-12.1.md b/NewAndNoteworthy/CDT-12.1.md new file mode 100644 index 00000000000..ca7c8112fc1 --- /dev/null +++ b/NewAndNoteworthy/CDT-12.1.md @@ -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) diff --git a/NewAndNoteworthy/README.md b/NewAndNoteworthy/README.md index 452381c6f6d..19089a797d5 100644 --- a/NewAndNoteworthy/README.md +++ b/NewAndNoteworthy/README.md @@ -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)