Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed May 13, 2020
1 parent d2b65a4 commit 189c541
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

(Nothing yet)

## [0.9.0] - 2020-05-13

### Changed

- Breaking change: The Analytics Report iterator was changed to a generator to reduce memory
usage when iterating over large reports. Results are now thrown away after they have been
yieleded. This is a breaking change since count() is no longer supported.

## [0.8.2] - 2019-10-29

### Fixed
Expand Down

0 comments on commit 189c541

Please sign in to comment.