Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Mar 12, 2018
1 parent 17761fe commit 28fc15f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.3.8
---

* Minor changes:
* Stable URL-encoding for `Form`s (see [#67](https://github.com/fizruk/http-api-data/pull/67)):
* Introduce `urlEncodeParams` and `urlDecodeParams`;
* Introduce `urlEncodeAsFormStable` and use stable encoding for doctests;
* Add `toEntriesByKeyStable` and `toListStable`;
* Add `Semigroup` instance for `Form` (see [#69](https://github.com/fizruk/http-api-data/pull/69));
* Relax upper bound on Cabal (see [#73](https://github.com/fizruk/http-api-data/pull/73)).

0.3.7.2
---

Expand Down
2 changes: 1 addition & 1 deletion http-api-data.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http-api-data
version: 0.3.7.2
version: 0.3.8
license: BSD3
license-file: LICENSE
author: Nickolay Kudasov <[email protected]>
Expand Down

0 comments on commit 28fc15f

Please sign in to comment.