From d2d28891e91463a67cc4fd8ab7e4a95fee987e52 Mon Sep 17 00:00:00 2001 From: "Peter Helcmanovsky (Ped)" Date: Thu, 28 Jul 2022 09:22:54 +0200 Subject: [PATCH] docs: update also changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 403d4e18..451a7e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - added [`SAVEAMSDOS`](https://z00m128.github.io/sjasmplus/documentation.html#po_saveamsdos) (like SAVEBIN with AMSDOS header) - added "smart" [SMC offset](https://z00m128.github.io/sjasmplus/documentation.html#s_labels) syntax for self-modify-code labels: `abc+*: or 123` - added [`DEFDEVICE`](https://z00m128.github.io/sjasmplus/documentation.html#po_defdevice) to define custom devices +- Makefile cleanup ## [1.20.0](https://github.com/z00m128/sjasmplus/releases/tag/v1.20.0) - 13.6.2022 - Lua: [upgrade to 5.4](https://z00m128.github.io/sjasmplus/documentation.html#c_lua_scripting), replacing tolua++ bindings with LuaBridge2.6 library, extending some bindings