Skip to content

Commit 126903c

Browse files
Fix format of CHANGELOG.md
1 parent ce709cd commit 126903c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
CHANGELOG
22
=========
33

4-
* 2.0.0 (2020-01-02)
4+
# 2.0.0 (2020-01-02)
55

66
* Remove DiactorosFactory
77

8-
* 1.3.0 (2019-11-25)
8+
# 1.3.0 (2019-11-25)
99

1010
* Added support for streamed requests
1111
* Added support for Symfony 5.0+
1212
* Fixed bridging UploadedFile objects
1313
* Bumped minimum version of Symfony to 4.4
1414

15-
* 1.2.0 (2019-03-11)
15+
# 1.2.0 (2019-03-11)
1616

1717
* Added new documentation links
1818
* Bumped minimum version of PHP to 7.1
1919
* Added support for streamed responses
2020

21-
* 1.1.2 (2019-04-03)
21+
# 1.1.2 (2019-04-03)
2222

2323
* Fixed createResponse
2424

25-
* 1.1.1 (2019-03-11)
25+
# 1.1.1 (2019-03-11)
2626

2727
* Deprecated DiactorosFactory, use PsrHttpFactory instead
2828
* Removed triggering of deprecation
2929

30-
* 1.1.0 (2018-08-30)
30+
# 1.1.0 (2018-08-30)
3131

3232
* Added support for creating PSR-7 messages using PSR-17 factories
3333

34-
* 1.0.2 (2017-12-19)
34+
# 1.0.2 (2017-12-19)
3535

3636
* Fixed request target in PSR7 Request (mtibben)
3737

38-
* 1.0.1 (2017-12-04)
38+
# 1.0.1 (2017-12-04)
3939

4040
* Added support for Symfony 4 (dunglas)
4141

42-
* 1.0.0 (2016-09-14)
42+
# 1.0.0 (2016-09-14)
4343

4444
* Initial release

0 commit comments

Comments
 (0)