Skip to content

Commit

Permalink
updated changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Aug 15, 2023
1 parent a9ee638 commit c005ed2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,18 @@ Where $behavior is either rename or replace
### Updated

- Updated contacts get method to use pagination of the contacts. Sets default per page to 25 contacts
- Updated Tasks resource class for working with tasks
- Updated Tasks resource class for working with tasks

## 3.2.4

### Added

- Add ability to override the User model by setting `setUserModel($model)` when using `MsGraph` class

### Updated

- Changed migrations to not run migrations automatically

### Removed

- Removed package level migrations, using src migrations instead

0 comments on commit c005ed2

Please sign in to comment.