From 4210405932b68c3c80e0a0a15821ef6bb28b1879 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 1 Aug 2019 11:31:56 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c367e39..0444aed63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,14 @@ - Fix a bug: no user can be created after the last member was deleted - Fix a bug: unable to generate a refund (Avoir) - Fix a bug: a newly generated refund is displayed as broken (unchained record) even if it is correctly chained +- Fix a bug: when regenerating invoices PDF, VAT history is ignored - Fix a security issue: updated lodash to 4.17.14 to fix [CVE-2019-10744](https://github.com/lodash/lodash/pull/4336) - Fix a security issue: updated mini_magick to 4.9.4 to fix [CVE-2019-13574](https://nvd.nist.gov/vuln/detail/CVE-2019-13574) - Fix some security issues: updated bootstrap to 3.4.1 to fix [CVE-2019-8331](https://nvd.nist.gov/vuln/detail/CVE-2019-8331), [CVE-2019-14041](https://nvd.nist.gov/vuln/detail/CVE-2018-14041), and 3 other low severity CVE - Fix some security issues: updated sidekiq to 5.2.7 to fix XSS and CRSF issues - Removed dependency to jQuery UI - Updated angular-xeditable, to remove dependency to jquery 1.11.1 +- [TODO DEPLOY] -> (only dev) `bundle install` ## v4.0.2 2019 July 10