Skip to content

Commit 8b48627

Browse files
committed
chagelog for new release
1 parent 476864a commit 8b48627

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010

1111
### Changed
1212

13-
- `None` Nothing changed
13+
- `Enhancement` In the HTTP access method, the upload method may encounter an error from the server when the file being uploaded
14+
is bigger that is allowed by the server. This previously resulted in an unclear failure. I now catch this and throw a clear exception.
1415

1516
### Fixed
1617

17-
- `None` Nothing fixed
18+
- `Fixed` A bug was found with the append method of the SASdata object. When appending a Dataframe, the method uses df2sd to
19+
transfer the data to SAS to then proc append it. After, it deletes that SASdata set it created. The method also allows you to
20+
provide a SASdata object to append, but it didn't check and deletes that SASdata set too. That should not have been happening.
21+
This is fixed in this release and only deletes the data set if it was temporarily created from the Dataframe.
1822

1923
### Removed
2024

0 commit comments

Comments
 (0)