Document breaking changes in introspection of rest arguments.

This commit is contained in:
Qi Xiao 2020-08-20 13:31:55 +01:00
parent 1e2ead56e2
commit 1bbb04b171

View File

@ -1,6 +1,16 @@
This is the draft release notes for 0.15.0, scheduled to be released on
2021-01-01.
# Breaking changes
- Introspection for rest arguments has changed:
- The rest argument is now contained in the `arg-names` field of a
closure.
- The `rest-arg` field now contains the index of the rest argument,
instead of the name.
# Deprecated features
The following deprecated features trigger a warning whenever the code is parsed