Skip to content

Commit ab92b9c

Browse files
update to internal commit 58dfa128
1 parent 298027c commit ab92b9c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

programming/cplusplus/release-notes/cpp-10.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ permalink: /programming/cplusplus/release-notes/cpp-10.html
1515

1616
- Added to-the-latest overlapping feature.
1717
- Added ARM64 and MacOS components back to the SDK.
18-
- Improved the error handling logic of `Capture`, `StartCapturing` and `InitLicense` methods to clearly report an licensing issue.
18+
- Improved the error handling logic of `Capture`, `StartCapturing` and `InitLicense` methods to clearly report a licensing issue.
1919

2020
### Changelogs
2121

2222
#### New
2323

24-
- Added a new functions [`SetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#setmaxoverlappingframes), [`GetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#getmaxoverlappingframes), [`EnableLatestOverlapping`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#enablelatestoverlapping) and [`IsLatestOverlappingEnabled`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#islatestoverlappingenabled) to the class `CMultiFrameResultCrossFilter`.
24+
- Added new functions [`SetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#setmaxoverlappingframes), [`GetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#getmaxoverlappingframes), [`EnableLatestOverlapping`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#enablelatestoverlapping) and [`IsLatestOverlappingEnabled`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#islatestoverlappingenabled) to the class `CMultiFrameResultCrossFilter`.
2525

2626
- Added new error codes
27-
- `EC_LICENSE_WARNING`: The license is initialized successfully but detected invalid content in your key.
28-
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`: [Barcode Reader] No license found.
27+
- `EC_LICENSE_WARNING`
28+
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`
2929

3030

3131
#### Fixed
3232

3333
- Fixed a crash bug caused by the usage of RegEx.
34-
- Fixed a bug that might cause `GS1_DATABAR_EXPANDED_STACKED` barcode unread.
34+
- Fixed a bug that could prevent the reading of `GS1_DATABAR_EXPANDED_STACKED` barcodes.
3535
- Small fixes and tweaks.
3636

3737
#### Changed

programming/dotnet/release-notes/dotnet-10.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ needGenerateH3Content: false
1313
### Highlights
1414

1515
- Added to-the-latest overlapping feature.
16-
- Improved the error handling logic of `Capture`, `StartCapturing` and `InitLicense` methods to clearly report an licensing issue.
16+
- Improved the error handling logic of `Capture`, `StartCapturing` and `InitLicense` methods to clearly report a licensing issue.
1717

1818
### Changelogs
1919

2020
#### New
2121

22-
- Added a new functions [`SetMaxOverlappingFrames`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#setmaxoverlappingframes), [`GetMaxOverlappingFrames`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#getmaxoverlappingframes), [`EnableLatestOverlapping`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#enablelatestoverlapping) and [`IsLatestOverlappingEnabled`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#islatestoverlappingenabled) to the class `CMultiFrameResultCrossFilter`.
22+
- Added new functions [`SetMaxOverlappingFrames`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#setmaxoverlappingframes), [`GetMaxOverlappingFrames`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#getmaxoverlappingframes), [`EnableLatestOverlapping`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#enablelatestoverlapping) and [`IsLatestOverlappingEnabled`]({{ site.dcvb_dotnet_api }}utility/multi-frame-result-cross-filter.html#islatestoverlappingenabled) to the class `CMultiFrameResultCrossFilter`.
2323

2424
- Added new error codes
25-
- `EC_LICENSE_WARNING`: The license is initialized successfully but detected invalid content in your key.
26-
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`: [Barcode Reader] No license found.
25+
- `EC_LICENSE_WARNING`
26+
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`
2727

2828
- Added new properties to the [`QRCodeDetails`]({{ site.dbr_dotnet_api }}qr-code-details.html) class
2929
- [`codewords`]({{ site.dbr_dotnet_api }}qr-code-details.html#codewords)
@@ -32,7 +32,7 @@ needGenerateH3Content: false
3232
#### Fixed
3333

3434
- Fixed a crash bug caused by the usage of RegEx.
35-
- Fixed a bug that might cause `GS1_DATABAR_EXPANDED_STACKED` barcode unread.
35+
- Fixed a bug that could prevent the reading of `GS1_DATABAR_EXPANDED_STACKED` barcodes.
3636
- Small fixes and tweaks.
3737

3838
#### Changed

0 commit comments

Comments
 (0)