# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.6](https://github.com/grievouz/egui_tracing/compare/egui_tracing-v0.2.5...egui_tracing-v0.2.6) - 2024-09-27 ### Added - add toggle for default features of sub-dependencies ### Other - remove Box and dyn trait objects for improved performance ## [0.2.5](https://github.com/grievouz/egui_tracing/compare/egui_tracing-v0.2.4...egui_tracing-v0.2.5) - 2024-09-17 ### Added - enhance hover text with more comprehensive content ([#22](https://github.com/grievouz/egui_tracing/pull/22)) ### Fixed - remove color override and use workspace dependencies ([#21](https://github.com/grievouz/egui_tracing/pull/21)) ## [0.2.4](https://github.com/grievouz/egui_tracing/compare/egui_tracing-v0.2.3...egui_tracing-v0.2.4) - 2024-09-15 ### Other - add symlink to readme