From f637b161b7a0f81ea5494adb67faacbe866ba992 Mon Sep 17 00:00:00 2001 From: Austin Schaffer Date: Thu, 27 May 2021 13:22:00 -0400 Subject: [PATCH] RELEASES.md: Update for v17.9.0 --- RELEASES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 258543e8..b5bdef1f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,8 +14,8 @@ commits that introduce the changes. To make a new release, run `tools/mkrelease`, which will handle updating the heading for you. -NEXT -==== +v17.9.0 (2021-05-27) +==================== This is a documentation/design release, introducing The TAME Programming Language in `design/tpl`. @@ -23,6 +23,9 @@ Design ------ - Introduce The TAME Programming Language. +Mapping +------- +- Allow the mapping of flag values v17.8.1 (2021-03-18)