Merge pull request #1026 from vthriller/master

CHANGELOG.md: trivial URL typo fix
This commit is contained in:
Yuji Kanagawa 2020-07-07 13:00:35 +09:00 committed by GitHub
commit 1f05165b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ and `PyString::to_string_lossy` [#642](https://github.com/PyO3/pyo3/pull/642).
### Added
- `module` argument to `pyclass` macro. [#499](https://github.com/PyO3/pyo3/pull/499)
- `py_run!` macro [#512](https://github.com/PyO3/pyo3/pull/512)
- Use existing fields and methods before calling custom __getattr__. [#505](https://github.com/PyO3/pyo3/pull/512)
- Use existing fields and methods before calling custom __getattr__. [#505](https://github.com/PyO3/pyo3/pull/505)
- `PyBytes` can now be indexed just like `Vec<u8>`
- Implement `IntoPy<PyObject>` for `PyRef` and `PyRefMut`.