Revert "Compile release notes for v0.2.10"

This reverts commit 2730db4285.
This commit is contained in:
pacrob
2025-08-12 07:34:33 -06:00
parent 1565d409e8
commit b01596ad92
25 changed files with 30 additions and 63 deletions

View File

@ -0,0 +1,3 @@
Improved type safety in `get_mux()` and `get_protocols()` by returning properly typed values instead
of `Any`. Also updated `identify.py` and `discovery.py` to handle `None` values safely and
compare protocols correctly.