mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-06 22:50:41 +02:00
.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const CHANGELOG = {
|
const CHANGELOG = {
|
||||||
"August 2020": [
|
"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": [
|
"June 2020": [
|
||||||
@@ -49,7 +49,8 @@ const CHANGELOG = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
"January 2016": [
|
"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": [
|
"December 2015": [
|
||||||
|
@@ -270,7 +270,7 @@
|
|||||||
<h2>August 2020</h2>
|
<h2>August 2020</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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.
|
text: the Primer is now finally a normal web page again.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -342,6 +342,7 @@
|
|||||||
<h2>January 2016</h2>
|
<h2>January 2016</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added a section to explain the Bezier interval.</li>
|
<li>Added a section to explain the Bezier interval.</li>
|
||||||
|
<li>Rewrote the Primer as a React application.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>December 2015</h2>
|
<h2>December 2015</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@@ -192,7 +192,7 @@
|
|||||||
<h2>August 2020</h2>
|
<h2>August 2020</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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.
|
text: the Primer is now finally a normal web page again.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -264,6 +264,7 @@
|
|||||||
<h2>January 2016</h2>
|
<h2>January 2016</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added a section to explain the Bezier interval.</li>
|
<li>Added a section to explain the Bezier interval.</li>
|
||||||
|
<li>Rewrote the Primer as a React application.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>December 2015</h2>
|
<h2>December 2015</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@@ -180,7 +180,7 @@
|
|||||||
<h2>August 2020</h2>
|
<h2>August 2020</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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.
|
text: the Primer is now finally a normal web page again.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -252,6 +252,7 @@
|
|||||||
<h2>January 2016</h2>
|
<h2>January 2016</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added a section to explain the Bezier interval.</li>
|
<li>Added a section to explain the Bezier interval.</li>
|
||||||
|
<li>Rewrote the Primer as a React application.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>December 2015</h2>
|
<h2>December 2015</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user