···11----
22-"@hey-api/shared": patch
33----
44-55-**config**: `includeInEntry` accepts function in addition to primitive value
-9
.changeset/itchy-beds-start.md
···11----
22-"@hey-api/codegen-core": minor
33----
44-55-**BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function
66-77-### Updated Symbol interface
88-99-The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.
···11# @hey-api/codegen-core
2233+## 0.7.0
44+55+### Minor Changes
66+77+- **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3322](https://github.com/hey-api/openapi-ts/pull/3322)) ([`bfd43ec`](https://github.com/hey-api/openapi-ts/commit/bfd43ec6d638bfc97b6905dd9dee2c911ccea3e0)) by [@mrlubos](https://github.com/mrlubos)
88+99+### Updated Symbol interface
1010+1111+The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.
1212+313## 0.6.1
414515### Patch Changes