mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix minor rendering issue in Changelog.md
This commit is contained in:
parent
523736fa1a
commit
ea245c4d02
1 changed files with 3 additions and 3 deletions
|
@ -172,9 +172,9 @@
|
|||
halt in a before filter or route. (Konstantin Haase)
|
||||
|
||||
* Sinatra::Base.new now returns a Sinatra::Wrapper instance, exposing
|
||||
#settings and #helpers, yet going through the middleware stack on #call.
|
||||
It also implements a nice #inspect, so it plays nice with Rails' `rake
|
||||
routes`. (Konstantin Haase)
|
||||
`#settings` and `#helpers`, yet going through the middleware stack on
|
||||
`#call`. It also implements a nice `#inspect`, so it plays nice with
|
||||
Rails' `rake routes`. (Konstantin Haase)
|
||||
|
||||
* In addition to WebRick, Thin and Mongrel, Sinatra will now automatically pick
|
||||
up Puma, Trinidad, ControlTower or Net::HTTP::Server when installed. The
|
||||
|
|
Loading…
Reference in a new issue