From aa1abf8a95c13b1489fa9e7c2f3c7c4eaef5d3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Urba=C5=84czyk?= Date: Thu, 23 Apr 2020 09:00:34 +0200 Subject: [PATCH] Added info about breaking changes --- changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changes.md b/changes.md index 27ae97d0..396d1273 100644 --- a/changes.md +++ b/changes.md @@ -3,6 +3,12 @@ Changes 2.0 (stable release) ------ + +### Deprecations and breaking changes + * `centerOption` default value will change from `CenterOfMass` to `ProjectedOirigin` in the 2.1 release #313 + +### Non-breaking changes + * Numerous commits to move from FreeCAD as the underlying API to PythonOCC - thanks @adam-urbanczyk for all the effort that required * Updated for Python 3.6 and 3.7 * Made sure solids were fused when extrude both=True #321 - thanks @adam-urbanczyk