diff --git a/ship_files/changes.txt b/ship_files/changes.txt index f8f1897e..965c2215 100644 --- a/ship_files/changes.txt +++ b/ship_files/changes.txt @@ -2,6 +2,8 @@ 4.1.5 + MAJOR: Scratch_Blocks now take arena pointer parameters in their constructor to specify arenas that should be treated as having distinct lifetimes, without doing this it is possible that a local scratch and another arena will actually refer to the same allocator and freeing the local scratch will also free memory that was meant to be in a separate arena. + New Date_Time system APIs, and Date_Time string formatting + + Fix: when generated/metadata* files are missing buildsuper still succeeds + + Fix: mac does not hang opening multiple files 4.1.4 + MAJOR: The clipboard history is now a fully custom layer implemented system. Users maintaining a customization layer should try to update their call sites to the old clipboard API. #define FCODER_TRANSITION_TO 4001004 to disable the transitional function wrappers when you are ready to make the transition.