diff --git a/docs/docs/release_notes.xml b/docs/docs/release_notes.xml
index 379c840d3..7face9333 100644
--- a/docs/docs/release_notes.xml
+++ b/docs/docs/release_notes.xml
@@ -11,6 +11,22 @@
+New Features:
+
+Non-Backwards Compatible Changes:
+
+Bug fixes:
+ - The new simplified serialization API that works like serialize("filename")<<object
+ was not opening files in binary mode and therefore didn't work properly on Windows.
+ This has been fixed.
+
+Other:
+
+
+
+
+
+
New Features:
- Added the ability to set a previously trained function as a prior to the
svm_multiclass_linear_trainer, svm_c_linear_trainer, and svm_rank_trainer
@@ -47,7 +63,7 @@ Other:
- Added an example program showing how to set a custom logger output hook.
- Made linear decision_functions which use sparse vectors much faster.
-
+