We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6fe81 commit d2a22d5Copy full SHA for d2a22d5
docs/api-changes/0.55.md
@@ -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