Skip to content

Commit eaac9e8

Browse files
committed
Release v1.25.2 - Add missing export
1 parent 0675191 commit eaac9e8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# libddwaf release
22

3+
## v1.25.2 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
4+
#### Fixes
5+
- Add missing `ddwaf_builder_get_config_paths` export to windows shared libraries ([#421](https://github.com/DataDog/libddwaf/pull/421))
6+
37
## v1.25.1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
48
#### Fixes
59
- Support backwards-incompatible rules through the `rules_compat` key ([#409](https://github.com/DataDog/libddwaf/pull/409))

libddwaf.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ EXPORTS
55
ddwaf_builder_init
66
ddwaf_builder_add_or_update_config
77
ddwaf_builder_remove_config
8+
ddwaf_builder_get_config_paths
89
ddwaf_builder_build_instance
910
ddwaf_builder_destroy
1011
ddwaf_known_addresses

0 commit comments

Comments
 (0)