Skip to content

Commit 5074ac2

Browse files
committed
Update CHANGELOG.md
1 parent 7b8c1ba commit 5074ac2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212
- Added `dot` product to `Vector`
1313
- Added `cross` product to `Vector`
1414

15+
### Changed
16+
17+
- Reworked arithmetic operations supported by `Angle`
18+
- Reworked arithmetic operations supported by `Vector`
19+
1520
### Fixed
1621

1722
- GeoCom ING `set_telescopic_configuration` was missing the `prefix` parameter
23+
- `Angle.to_dms` was sometimes returning incorrect value due to rounding
24+
25+
### Removed
26+
27+
- Removed `normalize_rad` classmethod from `Angle`
1828

1929
## v0.12.0 (2025-08-26)
2030

0 commit comments

Comments
 (0)