Skip to content

Commit adadb64

Browse files
authored
Create CHANGELOG.md
1 parent 1ad744d commit adadb64

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5+
6+
## [Unreleased]
7+
### Added
8+
- More test cases.
9+
10+
### Changed
11+
- Updated the package with the latest API release.
12+
13+
## [2.1.0] - 2017-01-24
14+
### Added
15+
- Documentation about several Authentication methods supported by DocuSign API.
16+
17+
### Changed
18+
- Support for DocuSign Core release 16.1.00.00.
19+
- Code snippet to use base URL from the login call. Required for integrations when they go live.
20+
21+
### Fixed
22+
- Issue [`#47`](https://github.com/docusign/DocuSign-Node-Client/issues/47): Some DocuSign API calls don't like null as object property value.
23+
24+
## [2.0.3] - 2016-03-23
25+
### Added
26+
- TravisCI automatic testing.
27+
28+
### Changed
29+
- Updated the package to a newer API release.
30+
- Switched to MIT license.
31+
- Updated documentation on README.

0 commit comments

Comments
 (0)