Skip to content

Commit 5a4ae9e

Browse files
committed
docs: release notes for the v2.0.1 version
Closes #2
1 parent d5f56e3 commit 5a4ae9e

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

3-
## [v2.0.0](https://github.com/josantonius/php-json/releases/tag/v2.0.0) (2022-07-31)
3+
## [v2.0.1](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.1) (2022-07-31)
4+
5+
* The links in the `CHANGELOG.md` file have been fixed.
6+
7+
* Removed the warning about version 1.x in the `README.md` files.
8+
9+
* The comment in the exception class was modified.
10+
11+
## [v2.0.0](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.1) (2022-07-31)
412

513
> Version 1.x is considered as deprecated and unsupported.
614
> In this version (2.x) the library was completely restructured.
@@ -44,21 +52,21 @@
4452
* Deleted `README-ES.MD` file.
4553
* Deleted `.php_cs.dist` file.
4654

47-
## [1.1.6](https://github.com/josantonius/php-json/releases/tag/1.1.6) (2018-01-06)
55+
## [1.1.6](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.6) (2018-01-06)
4856

4957
* The tests were fixed.
5058

5159
* Changes in documentation.
5260

53-
## [1.1.5](https://github.com/josantonius/php-json/releases/tag/1.1.5) (2017-11-08)
61+
## [1.1.5](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.5) (2017-11-08)
5462

5563
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
5664

5765
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
5866

5967
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
6068

61-
## [1.1.4](https://github.com/josantonius/php-json/releases/tag/1.1.4) (2017-10-30)
69+
## [1.1.4](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.4) (2017-10-30)
6270

6371
* Implemented `PSR-4 autoloader standard` from all library files.
6472

@@ -88,7 +96,7 @@
8896

8997
* Deleted `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
9098

91-
## [1.1.3](https://github.com/josantonius/php-json/releases/tag/1.1.3) (2017-09-13)
99+
## [1.1.3](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.3) (2017-09-13)
92100

93101
* Unit tests supported by `PHPUnit` were added.
94102

@@ -118,21 +126,21 @@
118126

119127
* Added `Josantonius\HTTPStatusCode\Test\HTTPStatusCodeTest::test()` method.
120128

121-
## [1.1.2](https://github.com/josantonius/php-json/releases/tag/1.1.2) (2017-07-16)
129+
## [1.1.2](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.2) (2017-07-16)
122130

123131
* Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
124132
* Deleted `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
125133
* Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
126134

127-
## [1.1.1](https://github.com/josantonius/php-json/releases/tag/1.1.1) (2017-03-18)
135+
## [1.1.1](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.1) (2017-03-18)
128136

129137
* Some files were excluded from download and comments and readme files were updated.
130138

131-
## [1.1.0](https://github.com/josantonius/php-json/releases/tag/1.1.0) (2017-01-30)
139+
## [1.1.0](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.0) (2017-01-30)
132140

133141
* Compatible with PHP 5.6 or higher.
134142

135-
## [1.0.0](https://github.com/josantonius/php-json/releases/tag/1.0.0) (2016-12-19)
143+
## [1.0.0](https://github.com/josantonius/php-http-status-code/releases/tag/1.0.0) (2016-12-19)
136144

137145
* Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.
138146

0 commit comments

Comments
 (0)