File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ This document lists all breaking changes along with tips to help you migrate smo
44
55## Summary
66
7- - [ v0.3.0] ( #v030---unreleased ) - unreleased
7+ - [ unreleased] ( #unreleased )
8+ - framebuffer module is no longer part of the public API
9+ - [ v0.3.0] ( #v030 )
810 - Feature ` simulator ` is removed
911 - Type of ` EmbeddedBackendConfig::font_bold ` is now ` Option<MonoFont<'static>> `
1012 - ` EmbeddedBackendConfig ` now requires providing ` font_italic `
@@ -20,7 +22,13 @@ This document lists all breaking changes along with tips to help you migrate smo
2022 - ` EmbeddedBackend::new ` now takes different arguments
2123- [ v0.0.1] ( #v001---initial-release ) - initial release
2224
23- ## v0.3.0 - unreleased
25+ ## Unreleased
26+
27+ ### ` framebuffer ` module is no longer part of the public API ([ #149 ] )
28+
29+ [ #149 ] : https://github.com/ratatui/mousefood/pull/149
30+
31+ ## [ v0.3.0] ( https://github.com/ratatui/mousefood/releases/tag/0.3.0 )
2432
2533### Feature ` simulator ` is removed ([ #83 ] )
2634
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mod colors;
88mod default_font;
99pub mod error;
1010#[ cfg( feature = "framebuffer" ) ]
11- pub mod framebuffer;
11+ mod framebuffer;
1212mod macros;
1313pub mod prelude;
1414
You can’t perform that action at this time.
0 commit comments