From 048d4fbfa5095ff39d1cf0f37fdbf2a905f7dc55 Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Wed, 19 Jun 2024 08:22:15 -0700 Subject: [PATCH] Update release notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e8d3412..6db9ab1 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,11 @@ Links Release notes ------------- +#### 1.6.0 - 2024-06-19 + +- Added support for `device_categories` in `info.lua` which was added as a new requirement with Reason 13 +- Deprecated automatic support for `std::filesystem::path` in `fmt` due to UTF8: use `path.u8string()` instead + #### 1.5.0 - 2023-07-02 - Upgraded SDK to 4.4.0