wrote changelog

This commit is contained in:
supertiger1234 2019-11-15 14:40:29 +00:00
parent 5b7dcdc48c
commit ffa527bab3

View file

@ -9,12 +9,21 @@ const prototype = {
};
const config = [
{
version: 8.3,
title: "Better formatter + better performance.",
shortTitle: "",
date: "15/11/2019",
headColor: "#0c7b7f",
new: [
"Made design more consistent throughout the app"
],
},
{
version: 8.2,
title: "Better formatter + better performance.",
shortTitle: "",
date: "13/11/2019",
headColor: "#0c7b7f",
new: [
"We have changed the markdown formatter from markdown-it to simple-markdown. This has also improved the performance. (Thanks bree!)"
],