Skip to content

Commit 55a6d31

Browse files
committed
publish HttpFactory
1 parent acb5589 commit 55a6d31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.7.0...v2.x)
99

10+
### Added
11+
12+
- New class `Redmine\Http\HttpFactory` to create `Redmine\Http\Request` and `Redmine\Http\Response` instances.
13+
1014
## [v2.7.0](https://github.com/kbsali/php-redmine-api/compare/v2.6.0...v2.7.0) - 2024-07-10
1115

1216
### Added

src/Redmine/Http/HttpFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* Factory for HTTP objects.
9-
*
10-
* @internal
119
*/
1210
final class HttpFactory
1311
{

0 commit comments

Comments
 (0)