Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crystal-lang/crystal
base: 54a7fc3b79d0
Choose a base ref
...
head repository: crystal-lang/crystal
compare: c79f437eb09c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 25, 2017

  1. Avoid misleading error when using HTTP::Client form options

    Restrict `Hash` types used by `post_form`, `put_form` and `patch_form`
    to avoid cryptic error messages when using a hash other than
    `Hash(String, String)`.
    
    Ref #5172
    Ref #5184
    luislavena committed Oct 25, 2017
    Copy the full SHA
    c5d8543 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Merge pull request #5185 from luislavena/restrict-http-client-form-ha…

    …sh-types
    
    Avoid misleading error when using HTTP::Client form options
    asterite committed Oct 26, 2017
    Copy the full SHA
    c79f437 View commit details
    Browse the repository at this point in the history