diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d38673..7508ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project are documented in this file. ## Release Notes +### Version 1.3.0 +#### Solved issues +- Updated code to work with conky version 1.12+ that uses a more recent Lua version. +- Solved a nil error from Lua due to using deprecated call to unpack(). Changed to table.unpack(). + ### Version 1.2.0 #### New features and changes - Added support for cropping photos that are wider or higher than the frame. For documentation, please refer to the new optional crop parameter of draw_sticky_photo() explained in [demo_photo_wall.lua](./demo_photo_wall.lua). Closes #3. @@ -26,4 +31,4 @@ All notable changes to this project are documented in this file. ### Version 1.0.0 #### New features and changes -- Initial release. \ No newline at end of file +- Initial release.