osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-types revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=24
This commit is contained in:
Peter Simons 2018-05-15 18:24:03 +00:00 committed by Git OBS Bridge
parent a26df3d46a
commit f347b1201d

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update http-types to version 0.12.1.
* Add new functions for constructing a query URI where not all parts are escaped.
* URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI
* signing in at least amazonka.
* Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.)
* Add Bounded instance to Status.
* Re-export more status codes and http20 from Network.HTTP.Types.
* New status codes, new headers.
* Fixed typo in imATeapot, added missing toEnum.
* Oh, and http20.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com