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",