Skip to content

Commit 095a7d1

Browse files
author
Chen Kasirer
committed
removed references to hidden API in CHANGELOG.md
1 parent 0dd024e commit 095a7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
* Rebuild part index after deserialization in `Assembly`.
3232
* Fixed bug in `compas.artists.colordict.ColorDict`.
3333
* Change `Mesh.mesh_dual` with option of including the boundary.
34-
* Fixed type error in `compas_rhino.conversions._shapes.box_to_rhino`.
34+
* Fixed type error in `compas_rhino.conversions.box_to_rhino`.
3535
* Moved from `autopep8` to `black`
3636
* Fixed bug in `compas.utilities.linspace` for number series with high precision start and stop values.
3737
* Fixed uncentered viewbox in `Plotter.zoom_extents()`
3838
* Changed `RobotModelArtists.atteched_tool_models` to dictionary to support multiple tools.
3939
* Locked `sphinx` to 4.5.
4040
* Fixed source directory path in `compas_ghpython.uninstall` plugin.
4141
* Fixed bug in`compas_ghpython.components`that ignored input list of `.ghuser` objects to uninstall.
42-
* Fixed conversion bug of transformed box in `compas_rhino.conversions._shapes`
42+
* Fixed conversion bug of transformed `Box` in `compas_rhino.conversions`
4343

4444
### Removed
4545

0 commit comments

Comments
 (0)