Skip to content

Commit

Permalink
update CHANGELOG.md for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinera committed Jun 6, 2023
1 parent 228d49f commit 28d8685
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Release 1.3.0

* Support (and enable by default) colorizing the console stderr output from
`bin/qq` - disable with the `--no-colorize` flag or the `colorize: false`
configuration entry. (#94, resolved #36)
* Introduce a Logging facility, and add the `--verbose/-v` flag - supply it
either once or twice to enable (colorized) logging in either `info` or `debug`
level, providing much more detail about what's going on during execution.

## Release 1.2.2

* Add some code to the Rspec::Parser that _cleans_ the json of certain text that
Expand Down

0 comments on commit 28d8685

Please sign in to comment.