Skip to content

Commit 947b34b

Browse files
committed
docs/api-changes/0.55: add file
1 parent 3d6fe81 commit 947b34b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/api-changes/0.55.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# API Breaking changes for the 0.55 development cycle
2+
3+
## 0.55.2+
4+
5+
- **Deprecation:** The `M_PI`, `M_SQRT2` and `M_ROOT3` definitions are deprecated in favor of constants from `common/Math/Constant.h`.
6+
- **Deprecation:** The `DegToRad()` and `RadToDeg()` macros are deprecated in favor of `Math::DegToRad()` and `Math::RadToDeg()`.

0 commit comments

Comments
 (0)