2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-08 12:31:06 +00:00

Update CHANGELOG.md (#11668)

- Follow-up to https://github.com/inventree/InvenTree/pull/11648
This commit is contained in:
Oliver
2026-04-03 14:37:54 +11:00
committed by GitHub
parent 884b0aa966
commit 4c456bb356
2 changed files with 5 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [#11648](https://github.com/inventree/InvenTree/pull/11648) improves the import/export process, allowing data records defined by plugins to be loaded when importing a database from a file.
- [#11630](https://github.com/inventree/InvenTree/pull/11630) enhances the `import_records` and `export_records` system commands, by adding a metadata entry to the exported data file to allow for compatibility checks during data import.
### Removed