diff options
author | Yannick Bungers | 2021-04-22 22:57:34 +0200 |
---|---|---|
committer | GitHub | 2021-04-22 22:57:34 +0200 |
commit | 8ee2455b6bdeaa4887cc77e796e081ade84eaf42 (patch) | |
tree | 07c0e87231a61dffcc78708a96f2e364e77c1b1d /public | |
parent | 5cef3d4ac7cc4a40e7c7c6d8f6cc4db1cf9f53ef (diff) | |
parent | 049ac32cc95d23259511aabea6120ff213767beb (diff) |
Merge pull request #1117 from hedgedoc/improvement/use-upstream-imgur
Diffstat (limited to '')
-rw-r--r-- | public/docs/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index b12644a2..12932ce5 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -3,7 +3,10 @@ ### Features - Database migrations are now automatically applied on application startup. The separate `.sequelizerc` configuration file is no longer necessary and can be safely deleted. - + +### Enhancements +- Removed dependency on external imgur library + ## <i class="fa fa-tag"></i> 1.7.2 <i class="fa fa-calendar-o"></i> 2021-01-15 This release fixes a security issue. We recommend upgrading as soon as possible. ### Security Fixes |