From 1fcb507e98d51bbf6c03967964d02f3c621daf6c Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Fri, 23 Jun 2023 22:49:57 +0200 Subject: [PATCH] 3.0.1 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..84ad9c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Candy Crisis source port change log + +## 3.0.1 (June 2023) + +- On non-Mac UNIXes, the game now looks for its assets in `(executable path)/../share/candycrisis` in addition to `(pwd)/CandyCrisisResources`. This is meant to help Linux distros package the game. +- Most file/string operations were delegated to SDL instead of libc. +- Fixed minor memory leak. + +## 3.0.0 (February 2023) + +Initial release of my unofficial port of Candy Crisis.