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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
5
5
6
6
## [3.0.0rc1] - eSignature API v2.1-19.2.02 - 2019-08-28
7
7
### Changed
8
-
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests.
8
+
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests. (DCM-1788)
9
9
### Fixed
10
-
* A bug in model mapping where instead of mapping to custom DocuSign `Date` class, was mapping to python `date` class. Causing the functions such as `envelope_api.list_tabs()` to raise exception. (DCM-1788)
10
+
* A bug in model mapping where instead of mapping to custom DocuSign `Date` class, was mapping to python `date` class. Causing the functions such as `envelope_api.list_tabs()` to raise exception. (DCM-3102)
11
11
### BREAKING
12
12
* The SDK now supports API v2.1-19.2.02 of the DocuSign eSignature API.
0 commit comments