diff options
author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-11-24 17:56:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 17:56:43 -0500 |
commit | 8817af07fb72fd78fb753fe5d069d0a65a79742f (patch) | |
tree | 57b4fc5c96aa4065479a79bcb6001075f9091b72 /doc/breakages.md | |
parent | 3c7f26d93721d8d86ca5d9e894e8652b1e2a8672 (diff) | |
download | minetest-8817af07fb72fd78fb753fe5d069d0a65a79742f.tar.xz |
Deprecate special handling of `${key}` syntax in metadata values (#12970)
Diffstat (limited to 'doc/breakages.md')
-rw-r--r-- | doc/breakages.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/breakages.md b/doc/breakages.md index 9f59b9705..52fe6b741 100644 --- a/doc/breakages.md +++ b/doc/breakages.md @@ -9,3 +9,4 @@ This document contains a list of breaking changes to be made in the next major v * remove `depends.txt` / `description.txt` (would simplify ContentDB and Minetest code a little) * rotate moon texture by 180°, making it coherent with the sun (see https://github.com/minetest/minetest/pull/11902) * remove undocumented `set_physics_override(num, num, num)` +* remove special handling of `${key}` syntax in metadata values |