commit 7770629c940d1dd567101c82cc0395038360f76e from: Sergey Bronnikov date: Thu Dec 07 07:11:16 2023 UTC Release 0.1.3 commit - 5c44d841cfc7bb013d6255865fa3f9f4deb188ed commit + 7770629c940d1dd567101c82cc0395038360f76e blob - 7e1ac26a8ef7748c2ad4df8d5f1b9a27833437f6 blob + ffbc8cb637064c627a7e8f3ea326ab43d762b9ae --- CHANGELOG.md +++ CHANGELOG.md @@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](http ### Added -- Function's indicators. - ### Changed ### Fixed +[Unreleased]: https://github.com/ligurio/luac-manual-pages/compare/0.1.3...master + +## [0.1.3] + +### Added + +- Function's indicators. + +### Fixed + - Typo in `lua_gethookcount(3)`. - Description in `lua_close(3)`. - Description in `luaL_newmetatable(3)`. - Broken source code formatting in `lua_getinfo(3)`. -[Unreleased]: https://github.com/ligurio/luac-manual-pages/compare/0.1.2...master +[0.1.3]: https://github.com/ligurio/luac-manual-pages/compare/0.1.2...0.1.3 ## [0.1.2]