Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 488d69a

Browse files
committed
fixup! update changelog
1 parent 8fa35b6 commit 488d69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2.0 (released 2017-07-13)
44

5-
- SoapClient responses are now parsed and populate Response objects. All of the Request 'Reply' methods now return a populated Response object instead of the SoapClient stdClass. *This is a backward incompatible change.* To make your code compatible, simply send `true` as the 2nd argument to your `get...Reply` calls. [Click here for an example.](src/FedEx/RateService/Request.php#L27)
5+
- SoapClient responses are now parsed and populate Reply objects. All of the Request 'Reply' methods now return a populated Reply object instead of the SoapClient stdClass. *This is a backward incompatible change.* To make your code compatible, simply send `true` as the 2nd argument to your `get...Reply` calls. [Click here for an example.](src/FedEx/RateService/Request.php#L27)
66
- Added more phpunit tests.
77

88
## 1.0 (released 2016-03-28)

0 commit comments

Comments
 (0)