all repos — hex @ abef3dd7926eddc9d5c94e8a7f73069405472c85

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

fixed changelog
Fabio Cevasco h3rald@h3rald.com
Wed, 09 Apr 2025 06:01:17 +0200
commit

abef3dd7926eddc9d5c94e8a7f73069405472c85

parent

4452a31d35293755aa90febfb3ae8863d17a339e

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M releases/0.5.0.htmlreleases/0.5.0.html

@@ -4,12 +4,13 @@ <h4>Breaking Changes</h4>

<ul> <li>Renamed %:pop%% to {{sym-drop}}.</li> <li>Renamed %:replace%% to {{sym-sub}}.</li> + <li>{{sym-!}} now requires an extra string on the stack to be used as the file name/identifier in stack traces. </ul> <h4>Fixes</h4> <ul> <li>Fixed some documentation typos and inaccuracies.</li> - <li>Fixed incorrect bytecode processing for quotations with more than 127 items</li> + <li>Fixed incorrect bytecode processing for quotations with more than 127 items.</li> </ul> <h4>Chores</h4>
M scripts/web.hexscripts/web.hex

@@ -193,7 +193,7 @@ while

"_c" # ; Write CHANGELOG.md -changelog-content +changelog-content highlight "CHANGELOG.md" write "*** Done!" puts