Skip to content

Commit

Permalink
updated Changes, CREDITS and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 12, 2014
1 parent fc1819b commit ba50bae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,7 +1,10 @@

5.0 2014-05-13
- Code name "Tiger Face", this is a major release.
- Changed heuristics for number detection in Mojo::JSON to better line up
with user expectations.
- Removed deprecated support for "X-Forwarded-HTTPS".
- Improved

4.99 2014-05-12
- Added support for performing blocking and non-blocking requests at the
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/JSON.pm
Expand Up @@ -325,7 +325,7 @@ It supports normal Perl data types like scalar, array reference, hash
reference and will try to call the C<TO_JSON> method on blessed references, or
stringify them if it doesn't exist. Differentiating between strings and
numbers in Perl is hard, depending on how it has been used, a scalar can be
both at the same time. The string value always gets precedence unless both
both at the same time. The string value gets precedence unless both
representations are equivalent.
[1, -2, 3] -> [1, -2, 3]
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojolicious.pm
Expand Up @@ -835,6 +835,8 @@ Gisle Aas
Graham Barr
Graham Knop
Henry Tang
Hideki Yamamura
Expand Down

0 comments on commit ba50bae

Please sign in to comment.