From 2d85f72d466562d07b447116cc36d8edc628c35d Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Sat, 23 Mar 2024 21:38:20 -0400 Subject: [PATCH] refactor: reset changelog --- CHANGELOG.md | 49 +++---------------------------------------------- 1 file changed, 3 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 643b020..57e78a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,51 +4,8 @@ This changelog follows the patterns described here: now properly documents all features - -## 0.8.10 (Yanked) - -### added - -- `.add_sendonly_protocol()` for protocols that are never read. -- `.add_readonly_bounded_protocol(usize)` for protocols that are never sent, with a bounded receiver. -- `.add_readonly_unbounded_protocol()` for protocols that are never sent, with an unbounded receiver. - -### fixed - -- README compatibility table - - -## 0.8.9 - -### fixed - -- Upped the `LatencyTracerPayload` buffer bound from 1 to 2, to avoid warnings when updates aren't in sync. - -## 0.8.8 - -- First public release. Previous versions are untracked. +- Initial release