diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-08-24 04:21:46 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-08-24 04:30:20 +0900 |
commit | efd25d51cdd7a9cadda1c0f6983905fc17545f14 (patch) | |
tree | 8dea973669d8dfe4e7209c9f419bf8cbbf483323 /CHANGES | |
parent | 2598835c54a3869a477d287d2845bbe42790a359 (diff) | |
download | blackshades-2.5.1.tar.gz |
Fix decal fading animation 2.5.1
Also fix missing decal regression. Fixes: 48417e11854f8 ("Make XYZ C-compatible")
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES index af8462f..d171b83 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Tag: 2.5.1 +Date: 2023-08-24 + + Zig 0.11 compatibility + + The codebase has been ported to Zig 0.11 + and the following bugs have been fixed: + + * Missing bullet/crater holes on certain walls (from 2.4.6) + * Disruptive disappearance of decals + Tag: 2.5.0 Date: 2023-02-15 |