From 7b2f66c40391cb0f293751e44c6a9805914f25f7 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 15 Sep 2020 14:21:18 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1331d2705..9907c8c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,13 @@ BREAKING CHANGES: BUG FIXES: * backend/consul: Fix bug which prevented state locking when path has trailing `/` [GH-25842] +* build: fix crash with terraform binary on openBSD [#26249] * command/clistate: return an error on a state unlock failure [[#25729](https://github.com/hashicorp/terraform/issues/25729)] * configs: Report an error when provider configuration attributes are incorrectly added to a `required_providers` object. [GH-26184] * lang/funcs: fix panic when element() is called with a negative offset ([#26079](https://github.com/hashicorp/terraform/issues/26079)) * states/remote: fix `state push -force` to work for all backends ([#26190](https://github.com/hashicorp/terraform/issues/26190)) + ## Previous Releases For information on prior major releases, see their changelogs: