diff --git a/CHANGELOG.md b/CHANGELOG.md index d46fdda..22a7e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Work with HTTPlug 2, drop HTTPlug 1 support -- Move to `react/http` library instead of `react/http-client` +- Add full PSR-18 support. +- Work with HTTPlug 2, drop HTTPlug 1 support. +- Move to `react/http` library instead of `react/http-client`. ## [2.3.0] - 2019-07-30 diff --git a/src/Exception/UnexpectedValueException.php b/src/Exception/UnexpectedValueException.php new file mode 100644 index 0000000..db6d8f4 --- /dev/null +++ b/src/Exception/UnexpectedValueException.php @@ -0,0 +1,9 @@ +