From adea0d893192715e270b41b8745527d76a8857a0 Mon Sep 17 00:00:00 2001 From: freesig Date: Fri, 6 Mar 2020 13:19:29 +1100 Subject: [PATCH] update changelog --- CHANGELOG-UNRELEASED.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index f38b98e687..698710a742 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -5,14 +5,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm {{ version-heading }} ### Added - +- Adds tokio tracing to sim2h_server. [Description](https://holo.hackmd.io/@c5lIpp4ET0OJJnDT3gzilA/SyRm2YoEU). Also check `sim2h_server --help` for usage instructions. - Adds the notion of a manager to trycp_server so that we can dynamically manage pools of available nodes for test runs in final-exam [PR#2123](https://github.com/holochain/holochain-rust/pull/2123) ### Changed - +- new_relic is behind a feature flag `new-relic`. ### Deprecated ### Removed +- Older rust-tracing traces. ### Fixed