Slim 4.15.0 released

Slim 4.15.0 has been released.

The most important thing to note with this release is that we have deprecated RouteInterface::setArgument() and RouteInterface::setArguments(). You should use middleware to set custom route arguments.

Various other minor improvements and bug fixes have also been made, with the full changelog here.