Skip to content

Commit 662dd6b

Browse files
committed
Add CHANGELOG entry on jaro_distance, closes #13696
1 parent cadd501 commit 662dd6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Process.send_after(pid, :wake_up, to_timeout(hour: 1))
161161
* [Kernel] Avoid double tracing events when capturing a function
162162
* [Kernel] Fix a bug where captured arguments would conflict when a capture included a macro that also used captures
163163
* [Module] Return default value in `Module.get_attribute/3` for persisted attributes which have not yet been written to
164+
* [String] Properly handle transpositions in `jaro_distance`. This will correct the distance result in certain cases
164165

165166
#### IEx
166167

0 commit comments

Comments
 (0)