Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joserc87 committed Nov 2, 2023
1 parent 0f21836 commit 0da5ba0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v1.1.1 (2023-09-21)

### Removed

* Removed dependency on `future` #9

### Fixed

Fixed bug with lazy loading that caused the wrong product (`RPA`) being sent
_sometimes_ when saving a dataset without modifying it.

To reproduce the issue:
```python
from ravenpackapi import RPApi
api = RPApi(product="edge")
ds = api.get_dataset("SOME_DATASET_ID")
ds.save()
```

Note that this error is not always triggered and is not deterministic.

## v1.1.0 (2023-09-21)

### Added

- Support for anaconda
- New Github Actions pipeline

## v1.0.60 (2023-09-13)

### Added
Expand Down

0 comments on commit 0da5ba0

Please sign in to comment.