pub const RENAMES: [(&str, &str); 1];Expand description
φ coordinates that were renamed, as (old name, current name).
A rename is not a drop: the stored value is still the right value for the new coordinate, so a log written under the old name must be read under the new one rather than imputed away. See the module doc for why each entry is exact rather than approximate.