File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
- Support parsing of DLT network traces
12
12
13
+ ## [ 0.15.0] - 2024-05-03
14
+ ### Changed
15
+ - Made dlt-statistics a separate feature
16
+
13
17
## [ 0.14.4] - 2023-07-21
14
18
### Changed
15
19
- Updated quick-xml library and dependencies
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ pub struct DltFilterConfig {
49
49
}
50
50
51
51
/// A processed version of the filter configuration that can be used to parse dlt.
52
+ ///
52
53
/// When a `DltFilterConfig` is received (e.g. as serialized json), this can easily
53
54
/// be converted into this processed version using `filter_config.into()`
54
55
#[ derive( Clone , Debug ) ]
You can’t perform that action at this time.
0 commit comments