-------------
* :issue:`311`: Build for the Metal bindings failed on macOS 10.14
* :issue:`309`: Fix incompatibility with macOS 11 in framework loader
* The classifiers now correctly identify supported Python versions
* :pr:`301`: pyobjc-framework-Metal build failed on macOS mojave
* Python 3.10 support: Don't assume the result of Py_REFCNT, Py_SIZE and Py_TYPE are an lvalue.
* Python 3.10 support: Completely phase out use of old buffer API, which will
be removed in Python 3.10.
As a side effect of this a number of extensions that used the limited ABI once again
use the regular ABI.
* Removed remnants of support for i386, ppc and ppc64 from pyobjc-core.
* Added type to manage ``Py_buffer`` lifetimes to the internal API in pyobjc-core, to be used
by framework wrappers.
* Add ``objc._C_BYREF``. This definition was missing, but isn't used in modern ObjC code.
* :pr:`323`: Remove leading slashes from detected SDK patch to avoid miscalculating the version.
Patch by GitHub user linuxfood.
* :pr:`322`: Avoid *None* error in PyObjCTools.AppHelper
Patch by github user mintho
* :pr:`321`: Fix typo in documentation
Patch by github user russeldavis