From 0c0f69ad4806682096b51f7669d5f1cb83f9c7d7 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Tue, 23 Jan 2024 11:16:58 +0800 Subject: [PATCH] Update change log --- ChangeLog.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0191f7329549..89f7e0528b4e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ Stable release (branch [LinkStable](https://github.com/realthunder/FreeCAD/tree/LinkStable)) is merged with upstream aa3b2f39 2023.05.22 +# Stable 2024.01.23 + +Fix crash on closing document (#936) +Fix Python object saving back compatibility (#933) +Fix axis origin rendering (#929) +Fix Spreadsheet foreground color in ProDark (#940) +PartDesign: expose MaxDegree setting in Loft +PartDesign: fix `Parallel transform` option in Pattern feature editing panel + +-- 20240123stable -- + # Stable 2024.01.13 Fix PythonObject saving in Python 3.11 (#927) @@ -11,8 +22,6 @@ PartDesign: improve handling of split profile in Loft PartDesign: expose `Linearize` option to editing task panel Sketcher: fix circle to circle distance constraint (#928) --- 20240113stable -- - # Stable 2024.01.04 Fix notification background with stylesheet (#923)