Skip to content

Commit

Permalink
Add missing changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 25, 2023
1 parent eb8d3b4 commit fd508c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ This version is not released yet and is under active development.
- Add a simple `--telemetry`/`--no-telemetry` option flag which respects the `DO_NOT_TRACK` environment variable.
- Add new `populate_auto_envvars` parameter to `@extra_command`/`@extra_group` decorators to allow auto-generated environment variables to be displayed in help screens.
- Display all environment variables in `--show-params` output, including those auto-generated by the way of the `auto_envvar_prefix` context parameter.
- Allow hard-coded context defaults on `@extra_command`/`@extra_group` to be overriden by user.
- Remove dependency on `click-log`.
- Allow user to ovveride hard-coded context defaults on `@extra_command`/`@extra_group`.
- `--verbosity` set the level of the Python's global `root` logger by default, instead of `click_extra.logging`.
- Use a dedicated `click_extra` logger for all internal messages, instead of sending them to the user-defined one.
- Allow user to provide a string as the default logger to `--verbosity` that will be used to fetch the global logger singleton of that name.
- Only colorize the `%(levelname)s` field during log record formatting, not the `:` message separator.
- Prefix `INFO`-level log message with `info: ` prefix by default.
- Do not force resetting of log level on `--verbosity`'s context closing.
- Remove dependency on `click-log`.
- Fix rendering of GitHub-Flavored Markdown tables in canonical format.

## {gh}`3.10.0 (2023-04-04) <compare/v3.9.0...v3.10.0>`
Expand Down

0 comments on commit fd508c8

Please sign in to comment.