Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker authored Dec 6, 2023
1 parent 4c3821a commit ed08bbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed08bbb

Please sign in to comment.