From 9fa5f6a8bbe01f1a207e1613478757f8a9dae83b Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 17 Jun 2025 19:34:06 -0300 Subject: docs: update changelog for LuaRocks 3.12.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c46ec3..d666eed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## LuaRocks 3.12.1 + +> Released 17/Jun/2025 + +* rockspec: re-add deprecated function type(). + Removing this broke the behavior of some luarocks.build + plugins. LuaRocks does not have a stable public API, + but since this function was returned as part of the + function signature, we'll revert this as a deprecated + function, to be removed in LuaRocks 4.0. No other + reverts are planned for the sake of restoring private APIs. + +## LuaRocks 0.3.1 + +> Released 18/Dec/2007 + +* Improved search: results now feature separate lists for source and binary rocks. +* Windows support for the "module" build type (using Visual Studio). +* Many assorted bugfixes. + + +## LuaRocks 0.3 + +> ReleA + ## LuaRocks 3.12.0 > Released 05/Jun/2025 -- cgit v1.2.3-55-g6feb