diff --git a/doc/us/index.html b/doc/us/index.html
index 3ed43f2..f9777a5 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -81,6 +81,14 @@ page.
History
+ - Version 1.7.0 [unreleased]
+
+ - symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.
+ - attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error.
+ - Fixed detection of closed files for Lua 5.2+ in setmode, lock, and unlock functions.
+ - Fixed various compiler warnings.
+
+
- Version 1.6.3 [15/Jan/2015]