From bfb356ba652a2de5732aef1a4d9b07bda18aed74 Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Tue, 14 Jan 2025 09:21:51 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d45ced648a..fa6a3eae4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change log +## v10.3.3 + +* Fixes for 10.3.2 by @guillep in https://github.com/pharo-project/pharo-vm/pull/885 +* Enhancement(versionning): Extract full semantic version from git by @guillep in https://github.com/pharo-project/pharo-vm/pull/884 +* Fix linking of UnixOSProcessPlugin - Remove dead code by @guillep in https://github.com/pharo-project/pharo-vm/pull/888 +* Fix failing tests by @guillep in https://github.com/pharo-project/pharo-vm/pull/887 +* fixing-classTag-tests by @tesonep in https://github.com/pharo-project/pharo-vm/pull/886 +* fix C warnings related to self assignments by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/894 +* Build on old linux server by @guillep in https://github.com/pharo-project/pharo-vm/pull/898 +* force non-shallow checkout on CI by @guillep in https://github.com/pharo-project/pharo-vm/pull/899 +* Update build and dev VM and image to latest pharo 12 release by @guillep in https://github.com/pharo-project/pharo-vm/pull/900 + +**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.3.2...v10.3.3 + ## v10.3.2 * Improving Implementation of CompositeImageFormat and PermanentSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/855