diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml
new file mode 100644
index cabfbdd..eb0b4f8
*** a/doc/src/sgml/release-9.4.sgml
--- b/doc/src/sgml/release-9.4.sgml
***************
*** 1097,1118 ****
  
        <listitem>
         <para>
!         Allow the updating of <link
!         linkend="SQL-CREATEVIEW-updatable-views">views</link>
!         where only some columns are auto-updateable (Dean Rasheed)
         </para>
  
         <para>
!         Previously the presence of a non-auto-updateable column prevented
!         all columns from being auto-updated.  Deletes are now supported
!         on suitable views even if no auto-updateable columns are present.
         </para>
        </listitem>
  
        <listitem>
         <para>
          Allow control over whether <command>INSERT</>s and
!         <command>UPDATE</>s can add rows to an auto-updateable view that
          would no longer appear in the view (Dean Rasheed)
         </para>
  
--- 1097,1121 ----
  
        <listitem>
         <para>
!         Allow views to be <link
!         linkend="SQL-CREATEVIEW-updatable-views">automatically
!         updated<link> even if they contain some non-updatable columns
!         (Dean Rasheed)
         </para>
  
         <para>
!         Previously the presence of non-updatable columns such as
!         expressions, literals, and function cals prevented automatic
!         updates.  Now <command>INSERT</>s, <command>UPDATE</>s and
!         <command>DELETE</>s are supported, provided that they do not
!         attempt to assign new values to any of the non-updatable columns.
         </para>
        </listitem>
  
        <listitem>
         <para>
          Allow control over whether <command>INSERT</>s and
!         <command>UPDATE</>s can add rows to an auto-updatable view that
          would no longer appear in the view (Dean Rasheed)
         </para>
  
***************
*** 1125,1131 ****
        <listitem>
         <para>
          Allow <link linkend="rules-privileges">security barrier views</>
!         to be automatically updateable (Dean Rasheed)
         </para>
        </listitem>
  
--- 1128,1134 ----
        <listitem>
         <para>
          Allow <link linkend="rules-privileges">security barrier views</>
!         to be automatically updatable (Dean Rasheed)
         </para>
        </listitem>
  
