Features:
- Deprecate
pip-compile --resolver=legacy
(#1724). Thanks @atugushev - Prompt user to use the backtracking resolver on errors (#1719). Thanks @maxfenv
- Add support for Python 3.11 final (#1708). Thanks @hugovk
- Add
--newline=[LF|CRLF|native|preserve]
option topip-compile
(#1652). Thanks @AndydeCleyre
Bug Fixes:
- Fix inconsistent handling of constraints comments with backtracking resolver (#1713). Thanks @mkniewallner
- Fix some encoding warnings in Python 3.10 (PEP 597) (#1614). Thanks @GalaxySnail
Other Changes: