From 4dd690d213162fa9137f4e2f45ba27b991aada88 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Tue, 13 Aug 2019 22:53:30 +0200 Subject: [PATCH] Break long lines in OWASP ZAP warnings to keep the metrics tabel from becoming very wide. Fixes #452. --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 35dbe034cf..8372b6944f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +- Break long lines in OWASP ZAP warnings to keep the metrics tabel from becoming very wide. Fixes [#452](https://github.com/ICTU/quality-time/issues/452). - Break long urls in source error messages to keep the metrics table from becoming very wide. Fixes [#531](https://github.com/ICTU/quality-time/issues/531). - Don't try to retrieve more work items from Azure DevOps than allowed. Fixes [#532](https://github.com/ICTU/quality-time/issues/532). - Return a parse error if OWASP dependency report XML reports don't contain the expected root tag instead of reporting zero issues. Fixes [#536](https://github.com/ICTU/quality-time/issues/536).