Skip to content

Commit d2a22d5

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api-changes/0.55.md

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

0 commit comments

Comments
 (0)