File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.0.0 - 2016-01-27
4+
5+ ### Changed
6+
7+ - Remove useless interface in BatchException
8+
39
410## 0.2.0 - 2016-01-12
511
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This package provides common tools for HTTP Clients:
2929
3030## Documentation
3131
32- Please see the [ official documentation] ( http://docs.httplug.io ) .
32+ Please see the [ official documentation] ( http://docs.php-http.org/en/latest/components/client-common.html ) .
3333
3434
3535## Testing
@@ -46,8 +46,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
4646
4747## Security
4848
49- If you discover any security related issues, please contact us at [ security@httplug.io ] ( mailto:security@httplug.io )
50- or [ security@php-http.org ] ( mailto:security@php-http.org ) .
49+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
5150
5251
5352## License
Original file line number Diff line number Diff line change 3030 },
3131 "extra" : {
3232 "branch-alias" : {
33- "dev-master" : " 0.3 -dev"
33+ "dev-master" : " 1.1 -dev"
3434 }
3535 },
36- "prefer-stable" : true ,
37- "minimum-stability" : " RC"
36+ "prefer-stable" : true
3837}
Original file line number Diff line number Diff line change 22
33namespace Http \Client \Common \Exception ;
44
5- use Http \Client \Exception ;
65use Http \Client \Exception \TransferException ;
76use Http \Client \Common \BatchResult ;
87
1312 *
1413 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
1514 */
16- final class BatchException extends TransferException implements Exception
15+ final class BatchException extends TransferException
1716{
1817 /**
1918 * @var BatchResult
You can’t perform that action at this time.
0 commit comments