You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
24
24
-`pl.smsapi.exception.ClientException` marked as deprecated, use `pl.smsapi.exception.SmsapiLegacyErrorException` instead
25
25
-`pl.smsapi.exception.HostException` marked as deprecated, use `pl.smsapi.exception.SmsapiLegacyErrorException` instead
26
26
- all client and server side errors are now being translated to `pl.smsapi.exception.SmsapiErrorException` or `pl.smsapi.exception.SmsapiLegacyErrorException`
27
+
-`pl.smsapi.api.VmsFactory.actionSend` without parameters marked as deprecated
28
+
-`pl.smsapi.api.VmsFactory.actionGet` without parameters marked as deprecated
29
+
-`pl.smsapi.api.VmsFactory.actionDelete` without parameters marked as deprecated
30
+
-`pl.smsapi.api.action.vms.VMSDelete` without parameters marked as deprecated
31
+
-`pl.smsapi.api.action.vms.VMSGet` without parameters marked as deprecated
32
+
-`pl.smsapi.api.action.vms.VMSSend` without parameters marked as deprecated
0 commit comments