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:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-03 20:53:48 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-03 21:44:10 +0300
commit5f48cedb84cc61533c223f10e3cb417643ac3c7d (patch)
tree3c7438ba29d972e9df4509fdce7eaab1ef3b8489 /Changelog.md
parent739fc780c3b4cff075311e200b3639ad586ddf30 (diff)
Remove entypo-rails dependency and add font to vendor/assets
entypo-rails doesn't support newer rails versions closes #8361
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 33ba0043f..b47beddae 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,8 +2,9 @@
## Refactor
* Fix order-dependent jasmine test failures and switch to random order [#8333](https://github.com/diaspora/diaspora/pull/8333)
-* Get rid of some uses of "execute_script" in feature specs [#8331](https://github.com/diaspora/diaspora/pull/8331)
+* Get rid of some uses of "execute\_script" in feature specs [#8331](https://github.com/diaspora/diaspora/pull/8331)
* Fix deprecation warnings for sidekiq 7.0 [#8359](https://github.com/diaspora/diaspora/pull/8359)
+* Remove entypo-rails dependency to prepare for rails 6 [#8361](https://github.com/diaspora/diaspora/pull/8361)
## Bug fixes