From e343b1fa7a6fac4a29bb32b4970bbd32056b5df7 Mon Sep 17 00:00:00 2001 From: tobspr Date: Wed, 10 Jun 2020 12:46:54 +0200 Subject: [PATCH] Update changelog --- src/js/changelog.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index c1206a61..186363df 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -2,7 +2,10 @@ export const CHANGELOG = [ { version: "1.1.9", date: "unreleased", - entries: ["Make shapes unpinnable in the upgrades tab (By hexy)"], + entries: [ + "Support for translations! Interested in helping out? Check out the translation guide!", + "Make shapes unpinnable in the upgrades tab (By hexy)", + ], }, { version: "1.1.8",