Further fix unsound and notice reporting (#10) (#11)
Continuous integration / main (push) Successful in 1m55s

This commit is contained in:
pinkforest(she/her)
2023-04-04 18:16:49 +10:00
committed by GitHub
parent 7cb7a4e8d4
commit dd51754d4e
4 changed files with 30 additions and 4 deletions
+12
View File
@@ -5,6 +5,18 @@ 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).
## [1.4.1] - 2023-04-04
### Fixed
- Corrected reporting on `unsound` and `notice` informationals
## [1.4.0] - 2023-04-04
### Fixed
- Reflect change to enable warning on `unsound` and `notice` informationals
## [1.3.2] - 2023-03-13
### Changed