From b86496408b0108e4751d2649e33b34214fed2037 Mon Sep 17 00:00:00 2001 From: Myk Date: Sun, 15 Oct 2017 12:16:22 +1100 Subject: [PATCH] ***** CKAN v1.22.5 Release ***** --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfb1d41c2..8b20645759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. + +## v1.22.5 + +### Bugfixes +- [GUI] Fix crash on startup (#2138 by HebaruSan; reviewed: Olympic1) +- [Core] Fix exception installing some mods (#2137 by HebaruSan; reviewed: Olympic1) + ## v1.22.4 ### Bugfixes @@ -13,7 +20,7 @@ All notable changes to this project will be documented in this file. - [core] Perform directory root comparison in case-insensitive way (#2122 by ayan4m1; reviewed: politas) - [Build] Expand .gitignore to handle packages in subdirectories and build output (#2116 by ayan4m1; reviewed: politas) - [GUI] Allow uninstall of incompatible mods in GUI (#1929 by ayan4m1; reviewed: politas) -- [core] Loop to find max KSP version instead of assuming ordering (#2131 by hebaruSan; reviewed: politas) +- [core] Loop to find max KSP version instead of assuming ordering (#2131 by HebaruSan; reviewed: politas) ### Features - [GUI] Quit on ctrl-q and alt-f,x (#2132 by hebaruSan; reviewed: politas)