Documentation: Update changelog

pull/5115/head
Yannick Warnier 2 years ago
parent 419e924893
commit 28c536db3e
  1. 14
      public/documentation/changelog.html

@ -6,7 +6,6 @@
<link rel="stylesheet" href="../build/legacy_app.css" /> <link rel="stylesheet" href="../build/legacy_app.css" />
<link rel="stylesheet" href="../build/app.css" /> <link rel="stylesheet" href="../build/app.css" />
<link rel="stylesheet" href="../build/vue.css" /> <link rel="stylesheet" href="../build/vue.css" />
<script src="../build/legacy_app.js"></script>
<style> <style>
body {width:90%; margin-left: 5%; margin-right: 5%;} body {width:90%; margin-left: 5%; margin-right: 5%;}
h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;} h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;}
@ -22,12 +21,13 @@
<h1>Chamilo 2.0 - ?, ??/??/2024</h1> <h1>Chamilo 2.0 - ?, ??/??/2024</h1>
<h3>Release notes - summary</h3> <h3>Release notes - summary</h3>
<p>Chamilo 2.0 is a major release that starts a new branch for the Chamilo software. It is based on Chamilo 1.11.10, <p>Chamilo 2.0 is a major release that starts a new branch for the Chamilo software.
but includes tons of backend changes that will make developing Chamilo more "mainstream" in the future, by adopting It is based on Chamilo 1.11.10, but includes tons of backend changes that will make
more widely-known libraries, with the notable inclusions of Symfony as a main controller and framework (except for developing Chamilo more "mainstream" in the future, by adopting more widely-known libraries,
some legacy tools not yet converted) and VueJS as a main UI framework. with the notable inclusions of Symfony as a main controller and framework (except for
some legacy tools not yet converted) and VueJS as a main UI framework.<br />
For the first time in more than 14 years (since its launch in 2010), Chamilo changes appearance, with a totally For the first time in more than 14 years (since its launch in 2010), Chamilo changes appearance, with a totally
new and streamlined set of icons, and a design that will allow more </p> new and streamlined set of icons, and a design that will allow more flexibility and speed across devices.</p>
<h3>Release name</h3> <h3>Release name</h3>
<p><a href="https://en.wikipedia.org/wiki/"></a>Not assigned</p> <p><a href="https://en.wikipedia.org/wiki/"></a>Not assigned</p>
@ -38,7 +38,7 @@
<h3>Possibly breaking changes</h3> <h3>Possibly breaking changes</h3>
<ul aria-live="off"> <ul aria-live="off">
<li></li> <li>Database: All "name" fields have been renamed "title" for consistency across the system.</li>
</ul> </ul>
<h3>Notable new Features</h3>. <h3>Notable new Features</h3>.

Loading…
Cancel
Save