-
Notifications
You must be signed in to change notification settings - Fork 448
Adding changelog for release #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| ## 0.2 (02 November 2016) | ||
|
|
||
| * Added Initial Schedules Support (#48) | ||
| * Added Initial Create Group endpoint (#69) | ||
| * Added Connection Credentials for publishing datasources/workbooks (#80) | ||
| * Added Pager object for handling pagination results and sample (#72, #90) | ||
| * Added ServerInfo endpoint (#84) | ||
| * Deprecated `site` as a parameter to `TableauAuth` in favor of `site_id` | ||
| * Code Cleanup | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a good thing that we're at the point of development where we don't list every little cleanup, right? 🎉
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changelogs are mostly for end users. Calling out that we cleaned up code is nice, but the details of that is less important to end users I think. |
||
| * Bugfixes | ||
|
|
||
| ## 0.1 (12 September 2016) | ||
|
|
||
| * Initial Release to the world | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note about deprecating
sitein favor ofsite_id?