Skip to content

Commit

Permalink
Update CHANGELOG.md for 3.3.0 (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thetwam authored Aug 27, 2024
1 parent 06f83f1 commit 89a9c63
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [3.3.0] - 2023-08-27

### General

- Added documentation for PaginatedList
- Rework requester URLs to accomodate graphql and new quizzes endpoints (Thanks, [@bennettscience](https://github.com/bennettscience))

### Bugfixes

- Fixed PaginatedList not respecting new quizzes endpoints (Thanks, [@matthewf-ucsd](https://github.com/matthewf-ucsd))

### Backstage

- Updated codecov action

## [3.2.0] - 2023-05-25

### New Endpoint Coverage
Expand Down Expand Up @@ -621,7 +636,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
- Fixed some incorrectly defined parameters
- Fixed an issue where tests would fail due to an improperly configured requires block

[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...develop
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.3.0...develop
[3.3.0]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/ucfopen/canvasapi/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/ucfopen/canvasapi/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/ucfopen/canvasapi/compare/v2.2.0...v3.0.0
Expand Down

0 comments on commit 89a9c63

Please sign in to comment.