diff --git a/ChangeLog.md b/ChangeLog.md index 3a65a845..1018db9b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,25 @@ # ChangeLog + + +## 0.60.0 (2024-07-28) + + + +### Incompatible Changed + +* `JS` function initiateFormAction now accepts four arguments instead of three. + Second argument should be an event, third - the form object and fourth an options object. + +This change allows to submit form using different buttons having their values passed to a + lisp callback. + +An `examples/simple-form.lisp` file was added to demonstrate how this feature works when + form has Submit and Cancel buttons. + +**Note:** if you've used Reblocks-`UI` system, then you'll need to update it to the newest version. + ## 0.59.0 (2024-01-26)