1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# Releases
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).
## v2.2.1
- Try to require `webrick` and `rackup/handler/webrick` by default, for compatibility with code that expects them to be available.
## v2.2.0
- Remove old rack shims.
- Remove `webrick` dependency.
## v2.1.0
- Correctly support streaming responses with `webrick`.
## v2.0.0
- Initial release and migration of code from `rack`.
## v1.0.1
- Fix `rackup.rb` invalid requires.
## v1.0.0
- Initial release of empty shim for Rack v2.
|