From df3d3e760093906f8d81be85733ea570b0150baf Mon Sep 17 00:00:00 2001 From: bryanthaboi Date: Mon, 17 Aug 2026 10:35:40 -0400 Subject: [PATCH] [release 0.2.0] --- docs/updater.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/updater.md b/docs/updater.md index 7815874a..5935b617 100644 --- a/docs/updater.md +++ b/docs/updater.md @@ -120,6 +120,7 @@ bundled game, in that case. ## Known limitations + - **`love.run` persists across handoff.** By the time `chainload` runs, the bundled `love.run` has already returned its stepper to LOVE; redefining the global `love.run` from the payload's `main.lua` does not affect the loop