mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 20:11:59 +02:00
.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const CHANGELOG = {
|
||||
"August 2020": [
|
||||
"Completely redid everything about the site except for chapter text: the Primer is now finally a normal web page again."
|
||||
"Completely redid all the code for the site, except for chapter text: the Primer is now finally a normal web page again."
|
||||
],
|
||||
|
||||
"June 2020": [
|
||||
@@ -49,7 +49,8 @@ const CHANGELOG = {
|
||||
],
|
||||
|
||||
"January 2016": [
|
||||
"Added a section to explain the Bezier interval."
|
||||
"Added a section to explain the Bezier interval.",
|
||||
"Rewrote the Primer as a React application."
|
||||
],
|
||||
|
||||
"December 2015": [
|
||||
|
@@ -270,7 +270,7 @@
|
||||
<h2>August 2020</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Completely redid everything about the site except for chapter
|
||||
Completely redid all the code for the site, except for chapter
|
||||
text: the Primer is now finally a normal web page again.
|
||||
</li>
|
||||
</ul>
|
||||
@@ -342,6 +342,7 @@
|
||||
<h2>January 2016</h2>
|
||||
<ul>
|
||||
<li>Added a section to explain the Bezier interval.</li>
|
||||
<li>Rewrote the Primer as a React application.</li>
|
||||
</ul>
|
||||
<h2>December 2015</h2>
|
||||
<ul>
|
||||
|
@@ -192,7 +192,7 @@
|
||||
<h2>August 2020</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Completely redid everything about the site except for chapter
|
||||
Completely redid all the code for the site, except for chapter
|
||||
text: the Primer is now finally a normal web page again.
|
||||
</li>
|
||||
</ul>
|
||||
@@ -264,6 +264,7 @@
|
||||
<h2>January 2016</h2>
|
||||
<ul>
|
||||
<li>Added a section to explain the Bezier interval.</li>
|
||||
<li>Rewrote the Primer as a React application.</li>
|
||||
</ul>
|
||||
<h2>December 2015</h2>
|
||||
<ul>
|
||||
|
@@ -180,7 +180,7 @@
|
||||
<h2>August 2020</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Completely redid everything about the site except for chapter
|
||||
Completely redid all the code for the site, except for chapter
|
||||
text: the Primer is now finally a normal web page again.
|
||||
</li>
|
||||
</ul>
|
||||
@@ -252,6 +252,7 @@
|
||||
<h2>January 2016</h2>
|
||||
<ul>
|
||||
<li>Added a section to explain the Bezier interval.</li>
|
||||
<li>Rewrote the Primer as a React application.</li>
|
||||
</ul>
|
||||
<h2>December 2015</h2>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user