From d34856ba59d03499e66fafc8e3d0ed41f8cc91dd Mon Sep 17 00:00:00 2001 From: Nicholas Sim Date: Sat, 13 Feb 2021 15:43:12 +0800 Subject: [PATCH] CHANGELOG: add PR number --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802321b2..769d2203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased ### Added -- Add FFI definition `PyCFunction_CheckExact` for Python 3.9 and later. +- Add FFI definition `PyCFunction_CheckExact` for Python 3.9 and later. [#1425](https://github.com/PyO3/pyo3/pull/1425) ### Changed -- Deprecate FFI definition `PyCFunction_Call` for Python 3.9 and later. -- Deprecate FFI definitions `PyModule_GetFilename`, `PyMethodDef_INIT`. +- Deprecate FFI definition `PyCFunction_Call` for Python 3.9 and later. [#1425](https://github.com/PyO3/pyo3/pull/1425) +- Deprecate FFI definitions `PyModule_GetFilename`, `PyMethodDef_INIT`. [#1425](https://github.com/PyO3/pyo3/pull/1425) ### Removed -- Remove FFI definition `PyCFunction_ClearFreeList` for Python 3.9 and later. +- Remove FFI definition `PyCFunction_ClearFreeList` for Python 3.9 and later. [#1425](https://github.com/PyO3/pyo3/pull/1425) ## [0.13.2] - 2021-02-12 ### Packaging