1.2.1
  - Fix Rd link 'anchor'

1.2.0
  - Remove quotes from bounary if any (#8)
  - Use httpuv::randomPort() in tests and examples

1.1
  - Allow charset in multipart Content-Type (#3)

1.0
  - Ignore additional fields such as charset from the multipart boundary
  - Fix a unit test to avoid a bug in libcurl: https://github.com/curl/curl/issues/4246
  - Make curl_echo() unit test faster on Windows

0.6
  - Use curl_unescape() in parse_query() because utils::URLdecode() is broken for UTF-8
  - Assume UTF-8 for all strings in rawToChar()

0.5
  - Rewrite of multipart parser in C
  - Use the new curl::curl_echo() function to test the parser
