Sys module
Directory:make()
Description : Path is not created as it should
Status : Fixed
Console module
console.clear()
Description : Function do not use the provided color argument as it should
Status : Fixed
console.fullscreen()
Description : Console window is blocked in minimized state when called twice with a false argument
Status : Fixed (console.fullscreen is now a read/write property)
console.stdout and console.stderr
Description : File assignment should check for "write" open mode
Status : Fixed
Basic module
type()
Description : Function do not return "nil" for nil argument as it should
Status : Fixed
Examples
lang.lua and guess.lua
Description : lang.lua and guess.lua need to be updated to use the new color names
Status : Fixed