Skip to content

Commit

Permalink
fixed Changes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 22, 2014
1 parent 99a49fc commit 98e6dd0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Changes
Expand Up @@ -4,14 +4,10 @@
4.68 2014-01-22
- Added Mojo::DOM::Node.
- Added contents and node methods to Mojo::DOM.
- Removed deprecated http_proxy attribute from Mojo::UserAgent.
- Removed deprecated https_proxy attribute from Mojo::UserAgent.
- Removed deprecated name attribute from Mojo::UserAgent.
- Removed deprecated no_proxy attribute from Mojo::UserAgent.
- Removed deprecated app method from Mojo::UserAgent.
- Removed deprecated app_url method from Mojo::UserAgent.
- Removed deprecated detect_proxy method from Mojo::UserAgent.
- Removed deprecated need_proxy method from Mojo::UserAgent.
- Removed deprecated http_proxy, https_proxy, name and no_proxy attributes
from Mojo::UserAgent.
- Removed deprecated app, app_url, detect_proxy and need_proxy methods from
Mojo::UserAgent.
- Improved router to allow placeholders anywhere in a pattern to become
optional.
"get '/foo/:bar/baz' => {bar => 'bar'};" now matches "/foo/baz"
Expand Down

0 comments on commit 98e6dd0

Please sign in to comment.