Update ChangeLog

This commit is contained in:
Joshua Root
2026-05-25 03:51:36 +10:00
parent 22e1abd866
commit 17defca435
+6 -2
View File
@@ -3,18 +3,22 @@
###
Release 2.13.0 (unreleased)
- Added a --purge option for 'port clean' that quickly and
unconditionally deletes all files of the chosen type(s).
(jmr in 22e1abd)
- Added a -T flag to prepend ISO 8601 timestamps to each line of
output, and elapsed time logging for each phase.
(#2020, herbygillot in 037d168)
- Update the bundled copy of Tcl to version 9.0.3. (jmr in d875700)
- Add blake3 as new supported checksum type.
(#63885, herbygillot in 1dadbbf8b)
- Add livecheck.user_agent option.
(#64369, herbygillot in 0d4b57b05)
- Update the bundled copy of Tcl to version 9.0.3. (jmr in d875700)
- Fix trace mode on arm64 for macOS > 14.
(#66358, cal in aacd364)