aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2017-09-14 15:46:13 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2017-09-14 15:46:13 +0300
commit754576dee62e9c13195984d0a90547401ef6ebc2 (patch)
treec636f6962c72e2631190fb07ea5bc7fc51719caa
parentd399961536eee59f891a395271bf12d6a0c70c64 (diff)
downloadluafilesystem-754576dee62e9c13195984d0a90547401ef6ebc2.tar.gz
luafilesystem-754576dee62e9c13195984d0a90547401ef6ebc2.tar.bz2
luafilesystem-754576dee62e9c13195984d0a90547401ef6ebc2.zip
Add 'unreleased' section to changelog in docs
-rw-r--r--doc/us/index.html8
1 files changed, 8 insertions, 0 deletions
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.</p>
81<h2><a name="history"></a>History</h2> 81<h2><a name="history"></a>History</h2>
82 82
83<dl class="history"> 83<dl class="history">
84 <dt><strong>Version 1.7.0</strong> [unreleased]</dt>
85 <dd><ul>
86 <li>symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.</li>
87 <li>attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error.</li>
88 <li>Fixed detection of closed files for Lua 5.2+ in setmode, lock, and unlock functions.</li>
89 <li>Fixed various compiler warnings.</li>
90 </ul></dd>
91
84 <dt><strong>Version 1.6.3</strong> [15/Jan/2015]</dt> 92 <dt><strong>Version 1.6.3</strong> [15/Jan/2015]</dt>
85 <dd><ul> 93 <dd><ul>
86 <li>Lua 5.3 support.</li> 94 <li>Lua 5.3 support.</li>