From c7b7e862a3a67b18060feaaeca8cb96414830fb9 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Thu, 2 Feb 2017 15:35:45 +0000 Subject: [PATCH] Fix erroneous release note The use of `here` as a link causes gate failures in the integrated build. Change-Id: Iee48f045a1a2c50fc19d1844522155ad556103a0 --- .../notes/swift-pypy-support-9706519c4b88a571.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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".