# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.7](https://github.com/ratatui/instability/compare/instability-example-v0.3.6...instability-example-v0.3.7) - 2025-01-10
### Other
- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21))
## [0.3.5](https://github.com/ratatui/instability/compare/instability-example-v0.3.4...instability-example-v0.3.5) - 2024-12-21
### Added
- Allow marking impl blocks unstable/stable (#15)
- add stable macro (#14)
- use doc(cfg)
- allow use statements to be marked unstable (#3)
### Other
- prepare instability-example for publish (#18)
- bump msrv to 1.63
- tweak doc wording and formatting (#4)
- fork and change name to instabilty
- Apply visibility restriction to struct fields ([#10](https://github.com/ratatui/instability/pull/10))
- Update to Rust edition 2021 ([#9](https://github.com/ratatui/instability/pull/9))
- Add issue tracking
- Initial version