From 9330c698b782bca23cb4e6adc129fc959f991091 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 31 Jul 2021 13:37:16 -0500 Subject: [PATCH] chore: clarify last fix in the changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bbd0b1..cb273d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### FIXED -- Fix "assembly not found" error on startup related to LibGit2Sharp. +- Fix "assembly not found" error on startup related to LibGit2Sharp (Windows only). Note that this + introduces an additional file in the released ZIP files named `git2-6777db8.pdb`. This file must + be next to `trash.exe`. In the future, I plan to have this extra file removed so it's just a + single executable again, but it will take some time. ## [1.6.2] - 2021-07-23