aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-10-31 15:18:26 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-10-31 15:18:26 +0100
commit74388f8ff7df42bcdc8e113967a0d1c1902a9027 (patch)
tree2ccade54664b97f060f2a1fc93834ee469e1d648 /changelog.txt
parent8b09040cf56bf732eccfc8a4bb1193d9ef0b10ac (diff)
downloadpsn00bsdk-74388f8ff7df42bcdc8e113967a0d1c1902a9027.tar.gz
Added CMake presets, updated installation guide
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 3d7ee97..c9f8847 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,14 @@ PSn00bSDK changelog
Items that are lower in the log are more recently implemented.
+10-26-2021 by spicyjpeg:
+
+* Added tinyxml2 and mkpsxiso as git submodules and removed the (admittedly
+ short-lived) SKIP_* options completely. CMake's ExternalProject is no longer
+ used to download dependencies at build time.
+
+* Added CMake presets file with presets for building installer packages.
+
10-17-2021 by spicyjpeg: