Skip to content

Commit f1b1083

Browse files
committed
Release 2.0.0
1 parent 69c8ee9 commit f1b1083

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

CHANGELOG.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ All notable changes to `swisnl/php-http-fixture-client` will be documented in th
44

55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

7-
## NEXT - YYYY-MM-DD
7+
## [2.0.0] - 2018-09-05
88

9-
### Added
10-
- Nothing
9+
This release changes the way URIs with GET-params are resolved to fixtures. GET-params are now separated with `&` and key/value pairs are combined with `=` instead of `-`. Besides that, more characters are allowed in the filename. Please see the updated [README](https://github.com/swisnl/php-http-fixture-client/blob/master/README.md) and pull request [#2](https://github.com/swisnl/php-http-fixture-client/pull/2) for more information.
1110

12-
### Deprecated
13-
- Nothing
11+
### Changed
12+
- Changed logic for converting GET-params to a filename [#2](https://github.com/swisnl/php-http-fixture-client/pull/2)
1413

15-
### Fixed
16-
- Nothing
14+
## [1.0.0] - 2018-02-09
1715

18-
### Removed
19-
- Nothing
20-
21-
### Security
22-
- Nothing
16+
Initial release.

0 commit comments

Comments
 (0)