Skip to content

Commit 28fc15f

Browse files
committed
Bump version and update changelog
1 parent 17761fe commit 28fc15f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.3.8
2+
---
3+
4+
* Minor changes:
5+
* Stable URL-encoding for `Form`s (see [#67](https://github.com/fizruk/http-api-data/pull/67)):
6+
* Introduce `urlEncodeParams` and `urlDecodeParams`;
7+
* Introduce `urlEncodeAsFormStable` and use stable encoding for doctests;
8+
* Add `toEntriesByKeyStable` and `toListStable`;
9+
* Add `Semigroup` instance for `Form` (see [#69](https://github.com/fizruk/http-api-data/pull/69));
10+
* Relax upper bound on Cabal (see [#73](https://github.com/fizruk/http-api-data/pull/73)).
11+
112
0.3.7.2
213
---
314

http-api-data.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http-api-data
2-
version: 0.3.7.2
2+
version: 0.3.8
33
license: BSD3
44
license-file: LICENSE
55
author: Nickolay Kudasov <nickolay.kudasov@gmail.com>

0 commit comments

Comments
 (0)