Update release scripts for 3.12

This commit is contained in:
Inari Listenmaa
2025-08-03 14:47:24 +02:00
committed by Andreas Källberg
parent e7c0b6dada
commit 4fea7cf37f
7 changed files with 56 additions and 43 deletions

View File

@@ -19,6 +19,7 @@ Over 70 commits have been merged to gf-core since the release of GF 3.11 in July
- Better error messages
- Improvements to several GF shell commands
- Several bug fixes and performance improvements
- temporarily drop support for Java bindings
## GF compiler and run-time library
- Syntactic sugar for table update: `table {cases ; vvv => t \! vvv}.t` can now be written as `t ** { cases }`