Skip to content

Commit 1b8a878

Browse files
authored
feat: update changelog (#718)
1 parent 4faf9ed commit 1b8a878

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 3.2.0 2024-01-16
4+
5+
### Features
6+
- support for .NET
7+
- Beacon Styles :
8+
- PartOnly : save a little bit of space for a beacon that used as part of a Compound Beacon, but never alone
9+
- AsSet : turn a set of values into a set of beacons, rather than into a single beacon
10+
- Twinned : calculate beacons for one attribute to be compatible with those from a different attribute
11+
- TwinnedSet : both AsSet and Twinned
12+
- Global Parts List : all compound beacons can now share a single list of Parts
13+
- Test vectors to ensure cross language compatibility
14+
- explicit error message when searching on a Compound Beacon that could never exist.
15+
- New APIs : ResolveAttributes and GetVirtualFields to assist in development and debugging.
16+
17+
### Fix
18+
- String compare for client side filtering of Scan and Query results could somtimes produce the wrong result for certain characters.
19+
20+
321
## 3.1.2 2023-11-13
422

523
### Fix

0 commit comments

Comments
 (0)