From 15bb611ed751e56f4bc10ed400c7adf7721289c1 Mon Sep 17 00:00:00 2001 From: wada Date: Thu, 2 Jun 2022 16:21:58 +0900 Subject: [PATCH] Update to Cubism 4 SDK for Native R5 beta2 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274eedc..e590dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [4-r.5-beta.2] - 2022-06-02 + +### Fixed + +* Fixed a bug that caused Multiply Color / Screen Color of different objects to be applied. + * See `CHANGELOG.md` in Core. + * No modifications to Samples and Framework. + + ## [4-r.5-beta.1] - 2022-05-19 ### Added -* Add processing related to multiply colors and screen colors added in Cubism 4.2. +* Add processing related to Multiply Color / Screen Color added in Cubism 4.2. * Add a function to reset the physics states. ### Fixed @@ -153,6 +163,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Fix invalid expressions of `CubismCdiJson`. +[4-r.5-beta.2]: https://github.com/Live2D/CubismNativeFramework/compare/4-r.5-beta.1...4-r.5-beta.2 [4-r.5-beta.1]: https://github.com/Live2D/CubismNativeFramework/compare/4-r.4...4-r.5-beta.1 [4-r.4]: https://github.com/Live2D/CubismNativeFramework/compare/4-r.4-beta.1...4-r.4 [4-r.4-beta.1]: https://github.com/Live2D/CubismNativeFramework/compare/4-r.3...4-r.4-beta.1