Java: Add change-note.

This commit is contained in:
Michael Nebel
2023-03-17 14:48:10 +01:00
parent 9039a468cb
commit ae12510d8d

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The Models as Data syntax for selecting the qualifier has been changed from `-1` to `this` (e.g. `Argument[-1]` is now written as `Argument[this]`).