You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: document/core/appendix/changes.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,9 @@ Added tag definitions, imports, and exports, and instructions to throw and catch
147
147
148
148
* Modules may :ref:`define <syntax-tagtype>`, :ref:`import <syntax-import>`, and :ref:`export <syntax-export>` tags.
149
149
150
-
* New exception throwing :ref:`control instructions<syntax-instr-control>`: :math:`\THROW` and :math:`\RETHROW`.
150
+
* New :ref:`reference type<syntax-reftype>` |EXNREF|.
151
151
152
-
* New handler :ref:`control instructions <syntax-instr-control>`: :math:`(\TRY~\X{bt}~\instr_1^\ast~(\CATCH~x~\instr_2^\ast)^\ast~(\CATCHALL~\instr_3^\ast)^?\END)` and :math:`(\TRY~\X{bt}~\instr^\ast~\DELEGATE~l)`.
152
+
* New :ref:`control instructions <syntax-instr-control>`: |THROW|, |THROWREF|, and |TRYTABLE|.
153
153
154
154
* New :ref:`tag section <binary-tagsec>` in binary format.
0 commit comments