mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
Document breaking changes in introspection of rest arguments.
This commit is contained in:
parent
1e2ead56e2
commit
1bbb04b171
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user