From 0e1e595531737cd9adabdedc88f43d33f6234310 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sun, 13 Sep 2020 09:13:15 +0200 Subject: [PATCH] Update changelog --- src/js/changelog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/changelog.js b/src/js/changelog.js index 59a80024..ddd6b289 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -24,6 +24,7 @@ export const CHANGELOG = [ "Added setting to show chunk borders", "Quad painters have been reworked! They now are integrated with the wires, and only paint the shape when the value is 1 (inspired by dengr1605)", "There are now compact 1x1 splitters available to be unlocked!", + "Replaced level completion sound to be less distracting", "Allow editing waypoints (by isaisstillalive)", "Show confirmation when cutting area which is too expensive to get pasted again (by isaisstillalive)", "Show mouse and camera tile on debug overlay (F4) (by dengr)",