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