This commit is contained in:
Caleb Bassi 2019-07-15 12:40:41 -07:00
parent 14f6f658b8
commit 4cca61d83f
1 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.1.0] - 2019-07-15
### Added
- Added Tree widget [#237]
## [3.0.0] - 2019-03-07
### Changed
@ -115,7 +121,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rename Par widget to Paragraph
- Rename MBarChart widget to StackedBarChart
[#237]: https://github.com/gizak/termui/pull/237
[#126]: https://github.com/gizak/termui/pull/126
[Unreleased]: https://github.com/gizak/termui/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/gizak/termui/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/gizak/termui/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/gizak/termui/compare/v2.3.0...v3.0.0