This commit is contained in:
Anthony Sottile 2018-05-21 20:48:08 -07:00
parent 9a559cd764
commit 3555a2b158
2 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,20 @@
1.9.0
=====
### Features
- Add new `python_venv` language which uses the `venv` module instead of
`virtualenv`
- #631 issue by @dongyuzheng.
- #739 PR by @ojii.
- Include `LICENSE` in distribution
- #745 issue by @nicoddemus.
- #746 PR by @nicoddemus.
### Fixes
- Normalize relative paths for `pre-commit try-repo`
- #750 PR by @asottile.
1.8.2
=====