From 44122428071482a83cfa4783afa6eda23dabb8fb Mon Sep 17 00:00:00 2001 From: "v.razuvaev" Date: Sat, 5 Sep 2026 13:45:29 +0300 Subject: [PATCH] Release 0.8.0 A minor rather than a patch: Arg::instanceOf() now refuses a class that is not loadable, three paths throw a different (compatible) exception class, and the text of failure messages changed where a sensitive argument or a control byte goes through them. Each is a fix, and each is something a consumer can observe. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014a1b2..70677d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.0 — 2026-09-05 - **`Understudy::for()` no longer kills the process on five built-in interfaces.** `Throwable`, `UnitEnum`, `BackedEnum`, `DateTimeInterface` and