diff options
author | Tobias Markmann <tm@ayena.de> | 2016-10-20 20:22:09 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-10-20 20:22:09 (GMT) |
commit | 565c85194a76fae6efe548017af4b24626e2a7fa (patch) | |
tree | f8aaeeff8c633a99d7b8189e131476e848954298 | |
parent | 7f6e2a0fa9338da89339111aad93d205b5e15ec6 (diff) | |
download | swift-565c85194a76fae6efe548017af4b24626e2a7fa.zip swift-565c85194a76fae6efe548017af4b24626e2a7fa.tar.bz2 |
Add code-signing of macOS releases to Swift changelogs
Test-Information:
None.
Change-Id: I2514d83fdec851db9874f2f0160493435e7240f8
-rw-r--r-- | Swift/ChangeLog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md index 017f156..475062c 100644 --- a/Swift/ChangeLog.md +++ b/Swift/ChangeLog.md @@ -1,6 +1,7 @@ 4.0-in-progress --------------- - Fix UI layout issue for translations that require right-to-left (RTL) layout +- macOS releases are now code-signed with a key from Apple, so they can be run without Gatekeeper trust warnings 4.0-beta2 ( 2016-07-20 ) ------------------------ |