You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@
12
12
13
13
*`Unity.Aliases.resolve/1` returns `{:error, :unknown_unit}` instead of raising when given a non-string.
14
14
15
+
*`Unity.Aliases.suggest/2` reports each unit under its CLDR name rather than whichever spelling scored best, so a typo no longer suggests a derived plural such as `nights`. Every spelling is still scored, so a typo close to an abbreviation or plural finds the unit.
16
+
17
+
*`Unity.Aliases.all_known_names/0` documented that it returned aliases as well as CLDR names; it returns only CLDR base unit names.
0 commit comments