diff --git a/releasenotes/notes/swift-pypy-support-9706519c4b88a571.yaml b/releasenotes/notes/swift-pypy-support-9706519c4b88a571.yaml index fcfac1e8..5d5386e8 100644 --- a/releasenotes/notes/swift-pypy-support-9706519c4b88a571.yaml +++ b/releasenotes/notes/swift-pypy-support-9706519c4b88a571.yaml @@ -1,11 +1,11 @@ --- features: - - While default python interpreter for swift is cpython, pypy is - now an option. This change adds the ability to greatly improve swift + - While default python interpreter for swift is cpython, pypy is + now an option. This change adds the ability to greatly improve swift performance without the core code modifications. These changes have been implemented using the documentation provided by Intel and - Swiftstack. Notes about the performance increase can be seen - `here `_. + Swiftstack. `Notes about the performance increase can be seen + here `_. upgrade: - A new option `swift_pypy_enabled` has been added to enable or disable the pypy interpreter for swift. The default is "false".