Skip to content

Commit cc6f50b

Browse files
committed
Minor changelog corrections
1 parent 3acf4dc commit cc6f50b

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

CHANGELOG.md

+8-22
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2121

2222
## [2.0.0-B1] - 2025-01-04
2323
### Added
24-
- Added `Api::getWorklogs` call for getting issue work logs by [@camspanos].
25-
- Enhance `Api::getCreateMeta` call with ability (optional) to return issue fields by [@arnested].
26-
- Added `Api::createRemotelink` call for creating linking issue with remote applications by [@elmi82].
27-
- Added `Api::findVersionByName` call for getting project version information by it's name by [@jpastoor].
28-
- Added `Api::updateVersion` call for editing version by [@jpastoor].
29-
- Added `Api::releaseVersion` call for marking version as released by [@jpastoor].
30-
- Added `Api::getAttachmentsMetaInformation` call for getting attachments meta information by [@N-M].
31-
- Added `Api::getProjectComponents` call for getting project components by [@N-M].
32-
- Added `Api::getProjectIssueTypes` call for getting project issue types and issue statuses connected to them by [@N-M].
33-
- Added `Api::getResolutions` call for getting available issue resolutions by [@N-M].
34-
- Allow configuring issues queried per page in `Walker` class by [@aik099].
35-
- Added optional override for the filename in `Api::createAttachment` by [@betterphp]
36-
- Allow getting issue count back from `Walker` class by [@aik099].
37-
- Setup `.gitattributes` for better `CHANGELOG.md` merging by [@glensc].
38-
- Added `Api::addWorklog` and `Api::deleteWorklog` calls for more control over the work logs [@dumconstantin] and [@aik099].
24+
- Added `Api::addWorklog` and `Api::deleteWorklog` calls for more control over the work logs [@dumconstantin] and [@aik099] (#219).
3925
- Added `Api::getWorklogs` call for getting issue work logs by [@camspanos] (#37).
4026
- Added `Api::createRemotelink` call for linking issue with its remote applications by [@elmi82] (#43).
4127
- Added `Api::findVersionByName` call for getting project version information by its name by [@jpastoor] (#82).
42-
- Added `Api::updateVersion` call for editing version by [@jpastoor] (#82).
43-
- Added `Api::releaseVersion` call for marking version as released by [@jpastoor] (#82).
44-
- Added `Api::getAttachmentsMetaInformation` call for getting attachments meta information by [@N-M] (#101).
28+
- Added `Api::updateVersion` call for editing a version by [@jpastoor] (#82).
29+
- Added `Api::releaseVersion` call for marking a version as released by [@jpastoor] (#82).
30+
- Added `Api::getAttachmentsMetaInformation` call for getting attachments meta-information by [@N-M] (#101).
4531
- Added `Api::getProjectComponents` call for getting project components by [@N-M] (#104).
4632
- Added `Api::getProjectIssueTypes` call for getting project issue types and issue statuses connected to them by [@N-M] (#104).
4733
- Added `Api::getResolutions` call for getting available issue resolutions by [@N-M] (#104).
@@ -55,8 +41,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5541
- Minimal supported PHP version changed from 5.2 to 5.3 by [@chobie] (#21).
5642
- The `Api::getPriorties` renamed into `Api::getPriorities` by [@josevh] and [@jpastoor] (#68).
5743
- The `Api::setEndPoint` now also removes trailing slash from the given url by [@Procta] (#67).
58-
- Added local cache to getResolutions by [@jpastoor] (#131).
59-
- Renamed Api::api() parameter `$return_as_json` to `$return_as_array` by [@jpastoor] (#134).
44+
- Added local cache to `Api::getResolutions` by [@jpastoor] (#131).
45+
- Renamed `Api::api` parameter `$return_as_json` to `$return_as_array` by [@jpastoor] (#134).
6046
- Renamed `Api::createRemotelink` to `Api::createRemoteLink` by [@glensc] (#183).
6147
- The `CurlClient::sendRequest` is throwing exception, when `$data` parameter isn't an array and `$method` is GET by [@alopex06] (#100).
6248
- Minimal supported PHP version changed from 5.3 to 5.6 by [@aik099] (#207).
@@ -77,12 +63,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
7763
- Clearing local caches (statuses, priorities, fields and resolutions) on endpoint change by [@jpastoor] (#131).
7864
- Error details from failed API calls were not available back from `Api::api method` call by [@betterphp] (#140).
7965
- Warning about `count()` function usage on PHP 7.2, when searching for issues by [@aik099] (#174).
80-
- The `Api::createRemotelink` wasn't updating an existing remote link, because given `$global_id` parameter was incorrectly passed to the Jira by [@glensc] (#178).
66+
- The `Api::createRemotelink` wasn't updating an existing remote link, because given `$global_id` parameter was incorrectly passed to the Jira by [@glensc] (#178).
8167
- The `Api::getIssueTypes` was always returning an error, because `entityId`, `hierarchyLevel` and `untranslatedName` issue type properties weren't supported by [@aik099] (#208).
8268
- The `PHPClient` was sending wrong `Content-Type` header for GET requests by [@aik099] (#108).
8369
- Attempt to make a `DELETE` API call using `PHPClient` wasn't working by [@aik099] (#108).
8470
- The `PHPClient` thrown exceptions weren't inline with `CurlClient` thrown exceptions by [@aik099] (#108).
85-
- Fixed the `CurlClient` inability to perform an SSL connection from macOS due to locked HTTP protocol version by [@benPesso] (#147).
71+
- Fixed the `CurlClient` inability to perform an SSL connection from macOS due to a locked HTTP protocol version by [@benPesso] (#147).
8672
- The `Api::getIssueTypes` method was always throwing an error due to `scope` issue type parameter wasn't supported by [@danillofb] (#181).
8773

8874
## [1.0.0] - 2014-07-27

0 commit comments

Comments
 (0)