Skip to content

Commit

Permalink
Rename migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer-ch committed Apr 3, 2024
1 parent 3c9d56b commit 1db7a43
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Expand Up @@ -20,7 +20,7 @@ Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.8.1...14.8.2

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.8.0...14.8.1

### Deprecations
### Migrations

* Replace your calls to `argparse.set_columns` by `console.set_columns`
* Replace your calls to `argparse.HelpArgumentParser` by `argparse.ArgumentParser`
Expand Down Expand Up @@ -59,15 +59,16 @@ Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.7.0...14.8.0

### Minor compatibility breaks

* Replace `subprocess.CalledProcessError` by `exceptions.CalledProcessError` (keep a deprecated alias)
* Replace `subprocess.CalledProcessError` by `exceptions.CalledProcessError`
* Rename function `subprocess.git_clone_or_pull` to `ssh.clone_or_pull` (keep a deprecated alias)
* Rename function `subprocess.ssh` to `ssh.ssh` (keep a deprecated alias)
* Rename TypeAlias `subprocess.LoggerType` to `logging.LoggerType`

### Deprecations
### Migrations

* Replace your usage of `subprocess.CalledProcessError` by `exceptions.CalledProcessError`
* Replace your calls to `subprocess.git_clone_or_pull` by `ssh.clone_or_pull`
* Rename function `subprocess.ssh` by `ssh.ssh`
* Replace your calls to `subprocess.ssh` by `ssh.ssh`

### Features

Expand Down

0 comments on commit 1db7a43

Please sign in to comment.