We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb5589 commit 55a6d31Copy full SHA for 55a6d31
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.7.0...v2.x)
9
10
+### Added
11
+
12
+- New class `Redmine\Http\HttpFactory` to create `Redmine\Http\Request` and `Redmine\Http\Response` instances.
13
14
## [v2.7.0](https://github.com/kbsali/php-redmine-api/compare/v2.6.0...v2.7.0) - 2024-07-10
15
16
### Added
src/Redmine/Http/HttpFactory.php
@@ -6,8 +6,6 @@
6
/**
* Factory for HTTP objects.
- *
- * @internal
*/
final class HttpFactory
{
0 commit comments