diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1ac26..ffbc8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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]