== 1.1.0 2015-05-11

  * Adding lub.Param class to save/restore script parameters and map controllers.
  * Using lut.Builder to generate build files.
  * Improved lub.Template error reporting and parsing with embeded ']=]' strings.
  * Fixed lub.shellQuote to escape dollar sign.
  * Lua 5.3 compatibility.
  * Fixed load path in tests to use local version.

== 1.0.7 2014-06-24

  * Using io.popen and uname to guess platform type.
  
== 1.0.6 2014-06-24

  * Using luarocks to guess platform type instead of using C++ define.

== 1.0.5 2014-06-23

  * Changing lfs dependency to lfs 1.4.0.

== 1.0.4 2014-05-08

  * Added 'plat()' method to get current platform name.
  * Added 'max_depth' argument to lub.Dir.glob
  * Added lub.keys to get sorted list of keys in table.
  * Added CMakeLists.txt to build with CMake.
  
== 1.0.3 2014-01-25

  * Added search algorithm 'search', 'IDDFS' and 'BFS',
  * Fixed a bug in lub.Template when source is provided with a path.

== 1.0.2 2013-04-09

  * First release (importing and adapting code from original 'lk' library in lubyk).

