From 463952feeba047bf72cff5f0f3738f04ebe2e855 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 27 Oct 2022 10:46:27 -0700 Subject: [PATCH] Prepare for a possible later v1.12.1 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6251cec8..0ef0397e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.12.1 (Unreleased) + + # 1.12.0 (October 27, 2022) * `function`: Each function can now have an English-language description summarizing its behavior. This is intended as a default string to use when an application wants to provide code hover tips or similar development aids. However, these descriptions are basic and only available in English, so applications may still prefer to provide their own descriptions and ignore those encoded in this module. ([#137](https://github.com/zclconf/go-cty/pull/137))