diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7c9e9e..9b15a1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # NURBS-Python Changelog +## 4.3.5 released on 2018-11-03 + +* Updated `delta` and `sample_size` properties of `MultiCurve` and `MultiSurface` classes. They are now compatible with `Curve` and `Surface` classes. +* Added `exchange.export_yaml` function (experimental, designed to be used with [geomdl_cli](https://github.com/orbingol/geomdl-cli)) +* Updated conda-build recipe +* Minor bug fixes +* Documentation updates + ## 4.3.4 released on 2018-11-01 * Updated `operations.translate()` function to make it compatible with multi curves and surfaces diff --git a/geomdl/__init__.py b/geomdl/__init__.py index f50997d3..8e475c49 100644 --- a/geomdl/__init__.py +++ b/geomdl/__init__.py @@ -5,5 +5,5 @@ """ __author__ = "Onur Rauf Bingol" -__version__ = "4.3.4" +__version__ = "4.3.5" __license__ = "MIT"