diff --git a/include/lbfgs.h b/include/lbfgs.h
index 25d7f2e..cd944a3 100644
--- a/include/lbfgs.h
+++ b/include/lbfgs.h
@@ -592,7 +592,7 @@ This library is used by:
@section download Download
-- Source code
+- Source code
- GitHub repository
libLBFGS is distributed under the term of the
@@ -605,6 +605,7 @@ libLBFGS is distributed under the term of the
- Reduced compiling warnings on Mac OS X; this patch was kindly submitted
by Tamas Nepusz.
- Replaced memalign() with posix_memalign().
+ - Updated solution and project files for Microsoft Visual Studio 2010.
- Version 1.9 (2010-01-29):
- Fixed a mistake in checking the validity of the parameters "ftol" and
"wolfe"; this was discovered by Kevin S. Van Horn.