Skip to content

Commit 26c70ea

Browse files
committed
chore: update HISTORY and AUTHORS
1 parent 8d19c8b commit 26c70ea

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,10 @@ Rani D. <73716554+ranidam@users.noreply.github.com>
268268
Don McCurdy <dm@donmccurdy.com>
269269
Jay Chang <96050090+JayChang4w@users.noreply.github.com>
270270
mrft <977655+mrft@users.noreply.github.com>
271+
Jacopo Mercolini <79222209+Mundi93@users.noreply.github.com>
272+
Luca Quercetti <l.quercetti@wecodeyou.it>
273+
Elia Alesiani <elia.alesiani@gmail.com>
274+
lucaQ <lucaquercetti@gmail.com>
275+
EliaAlesiani <105418798+EliaAlesiani@users.noreply.github.com>
271276

272277
# Generated by tools/update-authors.js

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
# Unpublished changes since 14.5.3
4+
5+
- Feat: new function `toBest(unit, unitList, offset)`, and corresponding
6+
method `unit.toBest(...)` (#3484). Thanks @Mundi93, @EliaAlesiani, and
7+
@HeavyRainLQ.
8+
39
# 2025-07-02, 14.5.3
410

511
- Fix: #2199 parse non-breaking white space `&nbsp;` as white space

src/function/unit/toBest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export const createToBest = /* #__PURE__ */ factory(name, dependencies, ({ typed
1212
*
1313
* Syntax:
1414
*
15-
* math.toBest()
16-
* math.toBest(unitList)
17-
* math.toBest(unitList, options)
15+
* math.toBest(unit)
16+
* math.toBest(unit, unitList)
17+
* math.toBest(unit, unitList, options)
1818
*
1919
* Where:
2020
* - `unitList` is an optional array of preferred target units as string or Unit.

0 commit comments

Comments
 (0)