Skip to content

Commit 044735d

Browse files
committed
Update changelog
1 parent a296f8b commit 044735d

File tree

1 file changed

+37
-14
lines changed

1 file changed

+37
-14
lines changed

CHANGELOG.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Change Log
22

33

4+
All notable changes to this project will be documented in this file.
5+
6+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8+
9+
410
## Unreleased
511

612

7-
## 1.7.1 - 2018-10-29
13+
## [1.7.1] - 2018-10-29
814

915
### Fixed
1016

1117
- FilteredStream is not actually seekable
1218

1319

14-
## 1.7.0 - 2018-08-15
20+
## [1.7.0] - 2018-08-15
1521

1622
### Fixed
1723

@@ -24,7 +30,7 @@
2430
- Dropped tests on HHVM
2531

2632

27-
## 1.6.0 - 2017-07-05
33+
## [1.6.0] - 2017-07-05
2834

2935
### Added
3036

@@ -35,7 +41,7 @@
3541
- Fix curl command of CurlFormatter when there is an user-agent header
3642

3743

38-
## 1.5.0 - 2017-02-14
44+
## [1.5.0] - 2017-02-14
3945

4046
### Added
4147

@@ -54,14 +60,14 @@
5460
- FilteredStream::getWriteFilter We did not implement writing to the streams at all. And if we do, the filter is an internal information and should not be used by consuming code.
5561

5662

57-
## 1.4.1 - 2016-12-16
63+
## [1.4.1] - 2016-12-16
5864

5965
### Fixed
6066

6167
- Cookie::matchPath Cookie with root path (`/`) will not match sub path (e.g. `/cookie`).
6268

6369

64-
## 1.4.0 - 2016-10-20
70+
## [1.4.0] - 2016-10-20
6571

6672
### Added
6773

@@ -70,7 +76,7 @@
7076
- cUrlFormatter to be able to redo the request with a cURL command
7177

7278

73-
## 1.3.1 - 2016-07-15
79+
## [1.3.1] - 2016-07-15
7480

7581
### Fixed
7682

@@ -79,7 +85,7 @@
7985
- FullHttpMessageFormatter rewinds streams after they are read
8086

8187

82-
## 1.3.0 - 2016-07-14
88+
## [1.3.0] - 2016-07-14
8389

8490
### Added
8591

@@ -90,7 +96,7 @@
9096
- #41: Response builder broke header value
9197

9298

93-
## 1.2.0 - 2016-03-29
99+
## [1.2.0] - 2016-03-29
94100

95101
### Added
96102

@@ -110,7 +116,7 @@
110116
- Matching authenitcation method, use RequestConditional instead
111117

112118

113-
## 1.1.0 - 2016-02-25
119+
## [1.1.0] - 2016-02-25
114120

115121
### Added
116122

@@ -123,10 +129,10 @@
123129
- Fix casting string on a FilteredStream not filtering the output
124130

125131

126-
## 1.0.0 - 2016-01-27
132+
## [1.0.0] - 2016-01-27
127133

128134

129-
## 0.2.0 - 2015-12-29
135+
## [0.2.0] - 2015-12-29
130136

131137
### Added
132138

@@ -135,7 +141,7 @@
135141
- [Apigen](http://www.apigen.org/) configuration
136142

137143

138-
## 0.1.2 - 2015-12-26
144+
## [0.1.2] - 2015-12-26
139145

140146
### Added
141147

@@ -146,7 +152,7 @@
146152
- Chunk filter namespace in Dechunk stream
147153

148154

149-
## 0.1.1 - 2015-12-25
155+
## [0.1.1] - 2015-12-25
150156

151157
### Added
152158

@@ -161,3 +167,20 @@
161167
- Encoding
162168
- Message decorator
163169
- Message factory (Guzzle, Diactoros)
170+
171+
172+
[Unreleased]: https://github.com/php-http/message/compare/v1.7.1...HEAD
173+
[1.7.1]: https://github.com/php-http/message/compare/1.7.0...v1.7.1
174+
[1.7.0]: https://github.com/php-http/message/compare/1.6.0...1.7.0
175+
[1.6.0]: https://github.com/php-http/message/compare/1.5.0...1.6.0
176+
[1.5.0]: https://github.com/php-http/message/compare/v1.4.1...1.5.0
177+
[1.4.1]: https://github.com/php-http/message/compare/v1.4.0...v1.4.1
178+
[1.4.0]: https://github.com/php-http/message/compare/v1.3.1...v1.4.0
179+
[1.3.1]: https://github.com/php-http/message/compare/v1.3.0...v1.3.1
180+
[1.3.0]: https://github.com/php-http/message/compare/v1.2.0...v1.3.0
181+
[1.2.0]: https://github.com/php-http/message/compare/v1.1.0...v1.2.0
182+
[1.1.0]: https://github.com/php-http/message/compare/v1.0.0...v1.1.0
183+
[1.0.0]: https://github.com/php-http/message/compare/0.2.0...v1.0.0
184+
[0.2.0]: https://github.com/php-http/message/compare/v0.1.2...0.2.0
185+
[0.1.2]: https://github.com/php-http/message/compare/v0.1.1...v0.1.2
186+
[0.1.1]: https://github.com/php-http/message/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)