From ec4e81d9d3087244e2d919d14fdc6e94513f99e7 Mon Sep 17 00:00:00 2001 From: icex2 Date: Fri, 3 Nov 2023 12:23:30 +0100 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229da77..93360ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ given in tags. The pipeline will pick this up and cuts out the relevant section ## 5.46 ### Features +* feat(ddrio): Wrapper/shim library to drive another ddrio in a dedicated IO thread. Improves performance for highly IO + bound ddrio implementations, e.g. ddrio-p3io +* feat(iidxiotest): bi2a-iidx support ### Fixes +* fix(jb03/04): Missing XML in gamestart script +* fix(jbhook1): Rotate error message box when screen is rotated +* fix(jbhook1): Improve/fix automatic config/nvram fs initialization ## 5.45 ### Features