Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    22fce59a
    Improve cross-references between minor version release notes. · 22fce59a
    Tom Lane authored
    We have a practice of providing a "bread crumb" trail between the minor
    versions where the migration section actually tells you to do something.
    Historically that was just plain text, eg, "see the release notes for
    9.2.4"; but if you're using a browser or PDF reader, it's a lot nicer
    if it's a live hyperlink.  So use "<xref>" instead.  Any argument against
    doing this vanished with the recent decommissioning of plain-text release
    notes.
    
    Vik Fearing
    22fce59a
    History
    Improve cross-references between minor version release notes.
    Tom Lane authored
    We have a practice of providing a "bread crumb" trail between the minor
    versions where the migration section actually tells you to do something.
    Historically that was just plain text, eg, "see the release notes for
    9.2.4"; but if you're using a browser or PDF reader, it's a lot nicer
    if it's a live hyperlink.  So use "<xref>" instead.  Any argument against
    doing this vanished with the recent decommissioning of plain-text release
    notes.
    
    Vik Fearing