diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f2d38202..f1fc6703bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Redirection to requested page after login in anonymous mode +- Diff view for svn now handles whitespaces in filenames properly ([1325](https://github.com/scm-manager/scm-manager/pull/1325)) - Validate new namespace on repository rename ([#1322](https://github.com/scm-manager/scm-manager/pull/1322)) ## [2.4.1] - 2020-09-01 diff --git a/package.json b/package.json index 4772263be5..f8d6c968c9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "resolutions": { "babel-core": "7.0.0-bridge.0", - "gitdiff-parser": "https://github.com/scm-manager/gitdiff-parser#617747460280bf4522bb84d217a9064ac8eb6d3d", + "gitdiff-parser": "https://github.com/scm-manager/gitdiff-parser#420d6cfa17a6a8f9bf1a517a2c629dcb332dbe13", "lowlight": "1.13.1" }, "babel": {