JS: Change note

This commit is contained in:
Asger Feldthaus
2022-03-23 09:13:48 +01:00
parent 59d5c54432
commit f2285709bd

View File

@@ -0,0 +1,7 @@
---
category: fix
---
* The following predicates on `API::Node` have been changed so as not to include the receiver. The receiver should now only be accessed via `getReceiver()`.
- `getParameter(int i)` previously included the receiver when `i = -1`
- `getAParameter()` previously included the receiver
- `getLastParameter()` previously included the receiver for calls with no arguments