Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## Unreleased

+ fix: FullSegment no longer skips the rune after a null dictionary match
+ test: cover the FullSegment regression and related mixed alphanumeric segmentation cases

## v5.6.2

+ perf: cache parsed main dictionary across DictTrie instances

## v5.6.1

+ build: update CMakeLists.txt and CMake workflows
+ build: guard the cppjieba target, fix limonp include path, and install headers and dict resources
+ fix: avoid heap corruption for very long strings

## v5.6.0

+ fix: remove outdated entry from jieba dictionary
+ build: refine CMakeLists.txt and test configuration
+ docs: update README.md
+ deps: upgrade limonp from v1.0.0 to v1.0.1

## v5.5.0

+ feat: add Windows ARM64 build support
Expand Down
Loading