From 77b1824d6b223e3b84585fe7b94cdb25266e24fc Mon Sep 17 00:00:00 2001 From: Nemocdz Date: Sat, 8 Feb 2020 14:07:45 +0800 Subject: [PATCH 1/2] update Revision History --- source/04_revision_history/04_revision_history.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/04_revision_history/04_revision_history.md b/source/04_revision_history/04_revision_history.md index 977b0c40..594f07ac 100644 --- a/source/04_revision_history/04_revision_history.md +++ b/source/04_revision_history/04_revision_history.md @@ -1,5 +1,12 @@ # Swift 文档修订历史 +### 2020-02-05 + +* 更新至 Swift 5.2。 +* 在 [特殊名称方法](../03_language_reference/06_Declarations.md#) 章节中新增了有关让类、结构体和枚举的实例作为函数调用语法糖的内容。 +* 更新 [下标选项](../02_language_guide/12_Subscripts.md#subscript-options) 章节,现在下标支持形参默认值。 +* 更新 [自身类型](../03_language_reference/03_Types.md#self-type-h) 章节,现在 `Self` 可以在更多上下文中使用。 + ### 2019-09-10 * 更新至 Swift 5.1。 From ad085a8563b1ff6599a8a787fc852bd2893d1d7a Mon Sep 17 00:00:00 2001 From: Nemocdz Date: Sat, 15 Feb 2020 18:14:44 +0800 Subject: [PATCH 2/2] update history revision --- source/04_revision_history/04_revision_history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/04_revision_history/04_revision_history.md b/source/04_revision_history/04_revision_history.md index 594f07ac..db159b9e 100644 --- a/source/04_revision_history/04_revision_history.md +++ b/source/04_revision_history/04_revision_history.md @@ -3,7 +3,7 @@ ### 2020-02-05 * 更新至 Swift 5.2。 -* 在 [特殊名称方法](../03_language_reference/06_Declarations.md#) 章节中新增了有关让类、结构体和枚举的实例作为函数调用语法糖的内容。 +* 在 [特殊名称方法](../03_language_reference/06_Declarations.md#methods-with-special-names) 章节中新增了有关让类、结构体和枚举的实例作为函数调用语法糖的内容。 * 更新 [下标选项](../02_language_guide/12_Subscripts.md#subscript-options) 章节,现在下标支持形参默认值。 * 更新 [自身类型](../03_language_reference/03_Types.md#self-type-h) 章节,现在 `Self` 可以在更多上下文中使用。