From 7f033cb2b2e6e44fce6db0c7189d3009488055eb Mon Sep 17 00:00:00 2001 From: roby2014 Date: Thu, 20 Jun 2024 18:51:18 +0100 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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