Python: Add change note

This commit is contained in:
Taus
2025-02-26 13:53:49 +00:00
parent 3956a1fea8
commit 83cdcdbb0b

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
- Added the methods `getMinArguments` and `getMaxArguments` to the `Function` class. These return the minimum and maximum positional arguments that the given function accepts.