diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b73e41b..6c1839e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PhysicsMaterial component (#1254, **@fallenatlas**). - Components to support rigid body rotation (#865, **@fallenatlas**). - Compute contact points and contact manifold for collision between boxes (#1243, **@fallenatlas**). +- Implemented tracing (#1265, **@roby2014**). +### Changed + +- Move logger to telemetry namespace (#1265, **@roby2014**). +- Move metrics to telemetry namespace (#1265, **@roby2014**). +- ## [v0.3.0] - 2024-08-02 ### Added