Show More
@@ -26,6 +26,7 b'' | |||
|
26 | 26 | * `rhg cat` is even faster |
|
27 | 27 | * `rhg` (Rust fast-path for `hg`) now supports the full config list syntax |
|
28 | 28 | * `rhg` now parses some corner-cases for revsets correctly |
|
29 | * Fixed an `fsmonitor` on Python 3 during exception handling | |
|
29 | 30 | * Lots of Windows fixes |
|
30 | 31 | * Lots of miscellaneous other fixes |
|
31 | 32 | * Removed a CPython-specific compatibility hack to improve support for alternative Python implementations |
@@ -67,4 +68,5 b' Miscellaneous:' | |||
|
67 | 68 | * `wireprotov1peer`'s `batchable` is now a simple function and not a generator |
|
68 | 69 | anymore |
|
69 | 70 | * The Rust extensions (and by extension the experimental `rhg status`) only use a tree-based dirstate in-memory, even when using dirstate-v1. See bf8837e3d7cec40fe649c47163a3154dda03fa16 for more details |
|
70 | * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable No newline at end of file | |
|
71 | * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable | |
|
72 | * The test harness plays nicer with the NixOS sandbox No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now