Fixed changelog text to conform to self-proclaimed spec.

This commit is contained in:
Sean E. Russell 2020-02-15 15:13:34 -06:00
parent d5d507c189
commit 514f8e1bbc

View File

@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.3.0] - ## [3.3.0] -
- Logs are now rotated. Settings are currently hard-coded at 4 files of 5MB - Changed: Logs are now rotated. Settings are currently hard-coded at 4 files of 5MB
each, so logs shouldn't take up more than 20MB. I'm going to see how many each, so logs shouldn't take up more than 20MB. I'm going to see how many
complain about wanting to configure these settings before I add code to do complain about wanting to configure these settings before I add code to do
that. that.
@ -24,22 +24,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Bug fixes & pull requests Bug fixes & pull requests
- FIX Rowspan in a column loses widgets in later columns - Fixed: Rowspan in a column loses widgets in later columns
- Merged pull request for README clean-ups (theverything:add-missing-option-to-readme) - Fixed: Merged pull request for README clean-ups (theverything:add-missing-option-to-readme)
- Merge Nord color scheme (jrswab:nordColorScheme) - Added: Merge Nord color scheme (jrswab:nordColorScheme)
- Merge support for multiple (and filtering) network interfaces (mattLLVW:feature/network_interface_list) - Added: Merge support for multiple (and filtering) network interfaces (mattLLVW:feature/network_interface_list)
- Merge filtering subprocesses by substring (rephorm:filter) - Added: Merge filtering subprocesses by substring (rephorm:filter)
## [3.1.0] - 2020-02-13 ## [3.1.0] - 2020-02-13
Re-homed the project after the original fork (trunk?) was marked as Re-homed the project after the original fork (trunk?) was marked as
unmaintained by cjbassi. unmaintained by cjbassi.
- Merges @HowJMay spelling fixes - Changed: Merges @HowJMay spelling fixes
- Merges @markuspeloquin solarized themes - Added: Merges @markuspeloquin solarized themes
- Merges @jrswab additional kill terms - Added: Merges @jrswab additional kill terms
- Adds the ability to lay out the UI using a text file - Added: Adds the ability to lay out the UI using a text file
- Changed the project filesystem layout to be more idiomatic - Changed: the project filesystem layout to be more idiomatic
## [Unreleased] ## [Unreleased]