diff options
| -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. |
