CHANGELOG.md: trivial URL typo fix

This commit is contained in:
vthriller 2020-07-06 21:55:00 +03:00 committed by GitHub
parent ab4296fa10
commit 0f2eeea4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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