From 332eea1c5ca0240a6a821c50daddbb629ab9e37d Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:30:24 -0500 Subject: [PATCH] chore: update change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d992b..f28e4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [Unreleased](https://github.com/rerun-io/ewebsock/compare/latest...HEAD) * Update MSRV to Rust 1.80 +* Upgrade to `eframe` 0.30.0 ## 0.8.0 - 2024-11-11 - Fix native performance bug * Fix blocking receiver sleeping after every read [#48](https://github.com/rerun-io/ewebsock/pull/48) by [@jprochazk](https://github.com/jprochazk)