diff --git a/changelog.js b/changelog.js index 34ec2115..68b80e39 100644 --- a/changelog.js +++ b/changelog.js @@ -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": [ diff --git a/index.html b/index.html index c6cd3c17..4e25e39d 100644 --- a/index.html +++ b/index.html @@ -270,7 +270,7 @@

August 2020

@@ -342,6 +342,7 @@

January 2016

December 2015