Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2021-07-07 18:24:08 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2021-08-16 01:21:17 +0300
commit20a3abd86443365b2b4f8f63b1a1ab32389a29b2 (patch)
tree83d13f6d7928e209c328d0b612f0deaf81332767 /Changelog.md
parent07a49de7e1aa3c37f17128bc2cb4aa180a3708ca (diff)
Switch to terser gem from uglifier for JS compression
closes #8268
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index cfa307ae3..5b743dc28 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@
* Fix html-syntax in some handlebars templates [#8251](https://github.com/diaspora/diaspora/pull/8251)
* Remove `chat_enabled` flag from archive export [#8265](https://github.com/diaspora/diaspora/pull/8265)
* Change thumbnails in image slideshow to squares [#8275](https://github.com/diaspora/diaspora/pull/8275)
+* Replace uglifier with terser for JS compression [#8268](https://github.com/diaspora/diaspora/pull/8268)
## Bug fixes