Skip to content

Commit 19ca25f

Browse files
committed
[CHANGELOG] Updated spacing
1 parent 7e80362 commit 19ca25f

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
56
## 1.0.0 / 2017-06-12
67

78
### Added:
@@ -14,21 +15,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1415
- Minimum required PHP version has been bumped to 5.4 from 5.3
1516
- SSL certificate verification is now enabled by default.
1617
- `Api` constructor signature was modified in order to reflect removal of transport object dependency. (_@see Removed[2]_)
17-
18+
1819
### Removed:
1920
- Removed deprecated methods from `Api` (_childFactory, processResponse, authorize_)
2021
- Removed transport object dependency from `Api`.
21-
22+
2223
### Fixed:
2324
- NormalizeArrayListener should not run on `FormRequest` (issue #62)
2425
- [Tests] Use mocked HTTP client in `OAuth2ListenerTest:testGetAccessTokenFail`
2526

27+
2628
## 0.8.4 / 2017-05-15
2729

2830
### Fixed:
2931
- Updated broken links (_.org to .io_) inside README.md
3032
- Fixed broken tests on PHP 5.3 due to short array syntax.
3133

34+
3235
## 0.8.3 / 2017-05-15
3336

3437
### Fixed:
@@ -40,6 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4043
### Fixed:
4144
- Added missing polyfill for "json_last_error_msg".
4245

46+
4347
## 0.8.1 / 2016-05-08
4448

4549
### Fixed:
@@ -54,11 +58,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5458
### Fixed:
5559
- Usage of short array syntax inside one test, forced the test suite to fail on PHP 5.3
5660

61+
5762
## 0.7.1 / 2015-11-07
5863

5964
### Fixed:
6065
- HTTP Client options where not forwarded to child classes. (PR #26)
6166

67+
6268
## 0.7.0 / 2015-09-08
6369

6470
### Added:
@@ -73,12 +79,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7379
### Fixed:
7480
- `forking_policy` parameter renamed to `fork_policy` on repository endpoint. (issue #32)
7581

82+
7683
## 0.6.2 / 2015-05-18
7784

7885
### Fixed:
7986
- Client listener propagation to child classes. (PR #23)
8087

81-
## 0.6.1 / 2015-03-24
88+
89+
## 0.6.1 / 2015-03-24
8290

8391
### Changed:
8492
- Better parameters validation and type hints.
@@ -90,6 +98,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9098
- `Listener::delListener` did not properly deleted the listener.
9199
- Forward all available listener when a child class is requested via Api::api or Api::childClass.
92100

101+
93102
## 0.6.0 / 2014-10-21
94103

95104
### Added:
@@ -105,18 +114,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
105114

106115
[Fixes #22]: https://bitbucket.org/gentlero/bitbucket-api/issue/22/grant-account-privileges-to-repo
107116

117+
108118
## 0.5.2 / 2014-07-09
109119

110120
### Fixed:
111121
- Make tests go green again. ( *My bad and I'm sorry* ).
112122

123+
113124
## 0.5.1 / 2014-07-08
114125

115126
### Fixed:
116127
- Bug: A default content-type is added for POST and PUT, if none was given. ( [Fixes #19] )
117128

118129
[Fixes #19]: https://bitbucket.org/gentlero/bitbucket-api/issue/19
119130

131+
120132
## 0.5.0 / 2014-06-09
121133

122134
### Added:
@@ -128,13 +140,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
128140
### Fixed:
129141
- Bug: Missing content-type made `PullRequests::merge` and `PullRequests::declined` unusable.
130142

143+
131144
## 0.4.1 / 2014-06-01
132145

133146
### Fixed:
134147
- Bug: OAuthListener: Parameters may be included from the body if the content-type is urlencoded. ( [Fixes #18] )
135148

136149
[Fixes #18]: https://bitbucket.org/gentlero/bitbucket-api/issue/18
137150

151+
138152
## 0.4.0 / 2014-05-14
139153

140154
### Added:
@@ -149,6 +163,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
149163
### Changed:
150164
- Documentation updated.
151165

166+
152167
## 0.3.0 / 2014-05-12
153168

154169
Started to implement version 2.0 of the API.
@@ -189,6 +204,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
189204

190205
[Fixes #14]: https://bitbucket.org/gentlero/bitbucket-api/issue/14
191206

207+
192208
## 0.1.2 / 2013-12-24
193209

194210
### Fixed:

0 commit comments

Comments
 (0)