From a0f34ff2a6078aaf46fc53422f0ca6cd4bd4a1e6 Mon Sep 17 00:00:00 2001 From: "david.anthony@swri.org" Date: Fri, 27 Sep 2024 17:08:13 -0500 Subject: [PATCH] Updating changelog for release --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b41f23..b4021fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ Changelog for package swri_console ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fix: "Human readable time" now shows milliseconds correctly. (`#67 `_) + Co-authored-by: David Anthony +* Update industrial_ci.yml + Adds CI for Jazzy and Rolling. +* Allow default support for mcap files (`#65 `_) +* Add: Added support for log files of the format "Example: 1724314618.146484723 [INFO] [namespace.Node::Fuction]: The actual log msg". (`#66 `_) + Refactor: Removed nested if's +* Update README.md +* Contributors: David Anthony, Rasmus Skovgaard Andersen, Tim Clephas + 2.0.5 (2024-06-20) ------------------ * Implement reading from rosbag2 files (`#64 `_)