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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
3
3
4
4
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
6
+
## [3.0.0] - eSignature API v2.1-19.2.02 - 2019-10-10
7
+
### Changed
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
+
### 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-3102)
11
+
### BREAKING
12
+
* The SDK now supports API v2.1-19.2.02 of the DocuSign eSignature API.
13
+
* SDK Release Version updated.
14
+
6
15
## [3.0.0rc1] - eSignature API v2.1-19.2.02 - 2019-08-28
7
16
### Changed
8
17
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests. (DCM-1788)
0 commit comments