import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_25 = VersionInfo.of({ version: '0.2.25:0', releaseNotes: { en_US: 'Load several past quarters of investor capital at once: the Import page now has a "Backfill historical capital" batch — drop a fund\'s eNAV workbooks and each file\'s members are matched to existing accounts and saved at that file\'s own as-of date, building trend-lines without replacing the latest figures (members not already in the portal are skipped, never created). Investors\' "Capital over time" chart is now collapsed by default and expands per fund.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })