From 2192a48e0ed81c1d00445c1d154ac6fa86a44646 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Mon, 21 Oct 2019 21:37:30 +0100 Subject: [PATCH] Update HISTORY. --- HISTORY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 36bf490..a7d1486 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,16 @@ History of SixtyPical ===================== +0.21 +---- + +* The reference implementation constructs a callgraph and + approximates the set of routines which are not called + by any other routine, with an eye to omitting them from + the final executable. +* The `dcc6502-adapter` test adapter was updated to conform + to the output of the latest version of `dcc6502`. + 0.20 ----