From bdce0174aa31baf6f18b3c984e6e144b70318794 Mon Sep 17 00:00:00 2001 From: James Clark Date: Fri, 1 May 2020 13:51:25 +0700 Subject: [PATCH] Mention intersection types in changes Part of #476 --- lang/spec.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/spec.html b/lang/spec.html index 739a1eec..b6bbe9c4 100644 --- a/lang/spec.html +++ b/lang/spec.html @@ -7914,6 +7914,7 @@

B. Changes since previous versions

Summary of changes from 2020R1 to 2020R2

  1. The readonly type has been added.
  2. +
  3. Intersection types have been added.
  4. The table type has been redesigned to be more consistent with other structural types and no longer has preview status.
  5. Enum declarations have been added.