diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-16 23:46:29 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-16 23:46:29 +0300 |
| commit | a47b32efbb616c9789645a4a8f53718178c76f01 (patch) | |
| tree | ea5e96f396a7d13440cfd7236301a678819650f8 | |
| parent | af4043824f4a6d068e601fe4c94f327373c2c919 (diff) | |
Fix typo in CHANGELOG.
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c483664..4607b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [0.9.1] - 2021-07-?? +## [0.9.1] - 2021-07-16 ### Added - Support for `-` as input or output filename, indicating `stdin`/`stdout`. - Ability to dump the PNG encoded version of output to `stdout`. @@ -17,4 +17,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - \[SERIOUS\] Branch on uninitialized variable ([commit](https://github.com/rimio/specgram/commit/b13609afcdf66d781db70fb75f6869a052a49079)). - Garbled window texture when no input is received. -- Tick labels no longer overlap; enforce minimum tick spacing based on text width.
\ No newline at end of file +- Tick labels no longer overlap; enforce minimum tick spacing based on text width. |
