import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_35 = VersionInfo.of({ version: '0.2.35:0', releaseNotes: { en_US: "Exited positions now show the member's capital history up to the exit date: the collapsible History chart/table returns on the exited card, clipped at the exit — statements the eNAV keeps producing after the exit are recorded but never plotted, so the line ends at the exit instead of crashing to zero. History toggle now counts 'statements' (SPVs have event-driven statements, funds quarterly).", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })