From 5dc7631244252e5deb7e71f579a681339b9d544a Mon Sep 17 00:00:00 2001 From: Myk Date: Tue, 6 Sep 2016 09:37:36 +1000 Subject: [PATCH] Merge pull request #1887 Add unit test for sort by max version GUI crash --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e80a5fc7..675da3f6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. - [GUI] Fix FIPS-mode exceptions on Domain-connected Windows PCs (#1845 by: politas, #1850 by: ayan4m1; reviewed: politas) - [All] Refactoring variables per project guidelines, Add Report Issue link in Help Menu, make SafeAdd safer, cleanup some Doco wording (#1849 by: ayan4m1; reviewed: politas) - [GUI] Resize KSP Version Label to keep in window (#1837 by: Telanor, #1854 by: politas; reviewed: ayan4m1) -- [GUI] Fix GUI exceptions when installing/uninstalling after sorting by KSP max version (#1882 by: ayan4m1; reviewed: politas) +- [GUI] Fix GUI exceptions when installing/uninstalling after sorting by KSP max version (#1882, #1887 by: ayan4m1; reviewed: politas) - [Core] Fix Windows-only NullReferenceException and add more ModuleInstaller tests (#1880 by: ayan4m1; reviewed: politas) ### Features