1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00
This commit is contained in:
Pomax
2020-08-05 22:33:11 -07:00
parent 6f18a9b0d6
commit 6ab0c4faef
4 changed files with 9 additions and 5 deletions

View File

@@ -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": [

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>