# Changelog

## master

### Enhancements

  * [#93](https://github.com/DefactoSoftware/test_dispatch/pull/93) Forms can be
    submitted with `submit_form/4` which has the same behaviour as the current
    `dispatch_form/4`
  * [#94](https://github.com/DefactoSoftware/test_dispatch/pull/94) Forms can be
    submitted with a submit button the button is chosen by it's text as a parameter with
    `submit_with_button/3`.

