---
title: includeGroupChanges
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnchangehistoryfetchrequest/includegroupchanges
---

# includeGroupChanges

A Boolean value that indicates whether the fetch should also return group changes.

## Declaration

```swift
var includeGroupChanges: Bool { get set }
```

## Discussion

Discussion Specify true to receive group changes. Default is false.

## See Also

### Configuring the fetch request

- [additionalContactKeyDescriptors](contacts/cnchangehistoryfetchrequest/additionalcontactkeydescriptors.md)
- [excludedTransactionAuthors](contacts/cnchangehistoryfetchrequest/excludedtransactionauthors.md)
- [mutableObjects](contacts/cnchangehistoryfetchrequest/mutableobjects.md)
- [shouldUnifyResults](contacts/cnchangehistoryfetchrequest/shouldunifyresults.md)
- [startingToken](contacts/cnchangehistoryfetchrequest/startingtoken.md)
