Skip to content

Commit

Permalink
Add breaking change notice re #10288
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored and chiatt committed Aug 6, 2024
1 parent 753ded5 commit 8d18ab9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ Minor incompatibilities:
```
def delete_instances(self, userid=None, verbose=False):
```
- The signature of `arches.app.utils.module_importer.get_class_from_modulename` changed from:
```
def get_class_from_modulename(modulename, classname, directory_list)
```
to:
```
def get_class_from_modulename(modulename, classname, extension_type: ExtensionType)
```
- `BaseImportModule.cumulative_excel_files_size` became
`BaseImportModule.cumulative_files_size` (and a similar change was made to the JSON
return value of `BaseImportModule.read`.)
Expand Down

0 comments on commit 8d18ab9

Please sign in to comment.