From 189df7f86787d2b3f533346c16c9392cb73e341d Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 17 Jul 2023 10:44:31 -0400 Subject: [PATCH] Update changelog --- Changelog.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index c8917168e..072fb6923 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,12 +2,11 @@ All notable changes to this project will be documented in this file. -## 0.28.1 +## Unreleased ### Additions/Changes -* Use new method of making logs bold for rails (https://github.com/jnunemaker/flipper/pull/726) -* Bundle bootstrap, jquery and poppler with the library. (https://github.com/jnunemaker/flipper/pull/731) +* Expressions are now available and considered "alpha". They are not yet documented, but you can see examples in [examples/expressions.rb](examples/expressions.rb). (https://github.com/jnunemaker/flipper/pull/692) ### Breaking Changes @@ -20,6 +19,13 @@ All notable changes to this project will be documented in this file. * Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new * Change Flipper.time => Flipper::Types::PercentageOfTime.new +## 0.28.1 + +### Additions/Changes + +* Use new method of making logs bold for rails (https://github.com/jnunemaker/flipper/pull/726) +* Bundle bootstrap, jquery and poppler with the library. (https://github.com/jnunemaker/flipper/pull/731) + ## 0.28.0 ### Additions/Changes