# Changelog All notable changes to this project will be documented in this file. ## [0.2.2] - 2024-04-23 ### ๐Ÿš€ Features - Implement emit_err for try_fn_stream ### ๐Ÿšœ Refactor - Use internal_emit instead of duplicate code ### ๐Ÿ“š Documentation - Improve documentation and some panic messages ### ๐Ÿงช Testing - Add test for emit_err ## [0.2.1] - 2024-04-18 ### ๐Ÿšœ Refactor - Replace futures by futures-util and futures-executor ### ๐Ÿ“š Documentation - Replace futures by futures-util ### ๐Ÿงช Testing - Remove unnecessary import