Skip to content

Commit 8ee2e0f

Browse files
committed
Update CHANGELOG.md
1 parent ad4c604 commit 8ee2e0f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.47.0
44

5-
YYYY-MM-DD
5+
2024-01-19
6+
7+
__Special thanks to Albert Teoh for contributing to this release.__
8+
9+
- Adds new functions `RotatedMinimumAreaBoundingRectangle` and
10+
`RotatedMinimumWidthBoundingRectangle`. These functions calculate the
11+
non-axis-aligned (rotated) bounding rectangles for geometries, minimising
12+
either the area or width.
613

714
- Eliminates some redundant benchmarks, improving the execution speed of the
815
benchmark suite.
@@ -11,11 +18,6 @@ YYYY-MM-DD
1118
`github.com/peterstace/simplefeatures/geos` package and the package used for
1219
reference implementation tests.
1320

14-
- Adds new functions `RotatedMinimumAreaBoundingRectangle` and
15-
`RotatedMinimumWidthBoundingRectangle`. These functions calculate the
16-
non-axis-aligned (rotated) bounding rectangles for geometries, minimising
17-
either the area or width.
18-
1921
## v0.46.0
2022

2123
2023-11-24

0 commit comments

Comments
 (0)