From ec334846b3ff0503b509153f3b82429441a21b2a Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 5 Mar 2026 15:57:05 -0500 Subject: [PATCH] changelog for 0.1.16 --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339d1e4..30cdd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,19 @@ -## Unreleased +## 0.1.16 (March 5, 2026) ### Improvements +- Adds "is nil" and "is not nil" selector. [[GH-129](https://github.com/hashicorp/go-bexpr/pull/129)] -### Changes +### Bug Fixes +- Fixed a bug where using "is empty" or "is not empty" with a non-slice or non-map value would panic. [[GH-129](https://github.com/hashicorp/go-bexpr/pull/129)] ### Security ## 0.1.15 (October 17, 2025) ### Improvements - -### Changes - Adds a default of 2 million for max evaluated expressions. [[GH-112](https://github.com/hashicorp/go-bexpr/pull/112)] -### Fixed +### Bug Fixes - Fixes incorrect struct tag in README example. [[GH-76](https://github.com/hashicorp/go-bexpr/pull/76)] ### Security