diff --git a/NEWS b/NEWS
index 8fdf2ec2ed57aa1f0e7a332d03ebaeea4fac0d5b..26f577d255739f5472e1dfd6473a097c9308ca23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 This file describes changes in recent versions of SLURM. It primarily
 documents those changes that are of interest to users and admins.
 
+* Changes in SLURM 1.3.0-pre4
+=============================
+ -- Job step launch in srun is now done from the slurm api's all further
+    modifications to job launch should be done there.
+ -- Add new partition configuration parameter Priority. Add job count to 
+    Shared parameter.
+ -- Add new configuration parameter SchedulerTimeSlice.
+ -- In sched/wiki2, return REJMESSAGE with details on why a job was 
+    requeued (e.g. what node failed).
+
 * Changes in SLURM 1.3.0-pre3
 =============================
  -- Remove slaunch command
@@ -24,13 +34,6 @@ documents those changes that are of interest to users and admins.
  -- Removed database and jobacct plugin replaced with jobacct_storage 
     and jobacct_gather for easier hooks for further expansion of the
     jobacct plugin.
- -- Job step launch in srun is now done from the slurm api's all further
-    modifications to job launch should be done there.
- -- Add new partition configuration parameter Priority. Add job count to 
-    Shared parameter.
- -- Add new configuration parameter SchedulerTimeSlice.
- -- In sched/wiki2, return REJMESSAGE with details on why a job was 
-    requeued (e.g. what node failed).
 
 * Changes in SLURM 1.3.0-pre2
 =============================