mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Managing the API changelog in HTML has been rather burdensome, getting the formatting correct and doing things like having numbered lists added unneeded burden to the process. This change moves all the old content to markdown and places it prominently next to the other NewAndNoteworthy content. Also included here is some fine tuning to the related documentation about API. Part of #32
21 lines
889 B
HTML
21 lines
889 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="copyright"
|
|
content="Copyright (c) IBM Corporation and others 2011, 2020. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
|
|
<title>Eclipse CDT Deprecated and Breaking API changes and removals</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Eclipse CDT Deprecated and Breaking API changes and removals</h1>
|
|
|
|
<p>
|
|
This content has been converted to Markdown and moved to <a href="https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CHANGELOG-API.md">CHANGELOG-API</a>.
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|