Skip to content

Commit 811ee75

Browse files
committed
updated docs
1 parent 9d00aa5 commit 811ee75

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/docs/release_notes.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
<!-- ************************************************************************************** -->
1212

1313
<current>
14+
New Features:
15+
16+
Non-Backwards Compatible Changes:
17+
18+
Bug fixes:
19+
- The new simplified serialization API that works like serialize("filename")&lt;&lt;object
20+
was not opening files in binary mode and therefore didn't work properly on Windows.
21+
This has been fixed.
22+
23+
Other:
24+
25+
</current>
26+
27+
<!-- ************************************************************************************** -->
28+
29+
<old name="18.8" date="Jun 02, 2014">
1430
New Features:
1531
- Added the ability to set a previously trained function as a prior to the
1632
svm_multiclass_linear_trainer, svm_c_linear_trainer, and svm_rank_trainer
@@ -47,7 +63,7 @@ Other:
4763
- Added an example program showing how to set a custom logger output hook.
4864
- Made linear decision_functions which use sparse vectors much faster.
4965

50-
</current>
66+
</old>
5167

5268
<!-- ************************************************************************************** -->
5369

0 commit comments

Comments
 (0)