diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
new file mode 100644
index 2073f74..f022050
*** a/doc/src/sgml/release-9.5.sgml
--- b/doc/src/sgml/release-9.5.sgml
***************
*** 1322,1329 ****
  
       <listitem>
        <para>
!        Have <application>pg_basebackup</> use a tablespace mapping file,
!        to allow for file paths of 100+ characters in length (Amit Kapila)
        </para>
       </listitem>
  
--- 1322,1336 ----
  
       <listitem>
        <para>
!        Have <application>pg_basebackup</> use a tablespace mapping
!        file with the <application>tar</> format, to handle file paths
!        of 100+ characters in length and sybolic links on <systemitem
!        class="osname">MS Windows</> (Amit Kapila)
!       </para>
! 
!       <para>
!        This change prevents <application>pg_basebackup</> from backing
!        up pre-9.5 servers.
        </para>
       </listitem>
  
