From ed08bbbf12b50f8e6bd79bddee88f0f7e20ee105 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Wed, 6 Dec 2023 08:24:50 -0500 Subject: [PATCH] Update Changelog.md --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index ef3ba5c95..8d291cf8c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -27,6 +27,13 @@ All notable changes to this project will be documented in this file. * 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/flippercloud/flipper/pull/692) * Allow head requests to api (https://github.com/flippercloud/flipper/pull/759) * Cloud Telemetry alpha (https://github.com/flippercloud/flipper/pull/775). +* Easier statsd setup (https://github.com/flippercloud/flipper/pull/779). + ```ruby + # You can now just do this in your configure block and it'll require the files and configure the client. + Flipper.configure do |conf| + conf.statsd = my_client + end + ``` ## 1.0.0