Skip to content

Commit

Permalink
fix: remove non-user facing change from release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fchikwekwe committed Feb 20, 2024
1 parent 2f8243e commit f29ec9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Users can now specify rules that match only the root span of a trace (i.e. `root

### Notable Fixes
* Previously, rules with a default of boolean `true` that we set to `false` by configuration would be overridden back to `true` when defaults were applied to the config. We have fixed this by using the `*bool` type for these values as well as adding helper functions to avoid strange behavior related to how booleans work in Go.
* Use of a generics set to avoid complex map patterns. Behavior mostly borrowed from another Honeycomb repository.

## Version 2.3.0

Expand Down

0 comments on commit f29ec9c

Please sign in to comment.