mirror of https://github.com/gizak/termui.git
Fix dates in changelog
This commit is contained in:
parent
70fa7b8887
commit
bde33ac03c
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [3.0.0] - 2019/03/07
|
## [3.0.0] - 2019-03-07
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added sync.Locker interface to Drawable interface
|
- Added sync.Locker interface to Drawable interface
|
||||||
|
|
||||||
## 2019/03/01
|
## 2019-03-01
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Fix List widget scrolling
|
- Fix List widget scrolling
|
||||||
|
|
||||||
## 2019/02/28
|
## 2019-02-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- s/`TextParse`/`ParseStyles`
|
- s/`TextParse`/`ParseStyles`
|
||||||
- Remove `AddColorMap` in place of modifying `StyleParserColorMap` directly
|
- Remove `AddColorMap` in place of modifying `StyleParserColorMap` directly
|
||||||
|
|
||||||
## 2019/01/31
|
## 2019-01-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
## 2019/01/26
|
## 2019-01-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Add WrapText option to Paragraph
|
- Add WrapText option to Paragraph
|
||||||
- controls if text should wrap automatically
|
- controls if text should wrap automatically
|
||||||
|
|
||||||
## 2019/01/24
|
## 2019-01-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Change LineChart to Plot
|
- Change LineChart to Plot
|
||||||
- Added ScatterPlot mode which plots points instead of lines between points
|
- Added ScatterPlot mode which plots points instead of lines between points
|
||||||
|
|
||||||
## 2019/01/23
|
## 2019-01-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -98,14 +98,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- change style items from `fg-color` to `fg:color`
|
- change style items from `fg-color` to `fg:color`
|
||||||
- adde mod item like `mod:reverse`
|
- adde mod item like `mod:reverse`
|
||||||
|
|
||||||
## 2018/11/29
|
## 2018-11-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Move Tabpane from termui/extra to termui and rename it to TabPane
|
- Move Tabpane from termui/extra to termui and rename it to TabPane
|
||||||
- Rename PollEvent to PollEvents
|
- Rename PollEvent to PollEvents
|
||||||
|
|
||||||
## 2018/11/28
|
## 2018-11-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue