Update changelog

This commit is contained in:
Insality
2023-07-05 23:14:27 +03:00
parent fb5508b083
commit d0062c2a78
4 changed files with 334 additions and 204 deletions

View File

@@ -69,7 +69,7 @@ end
--- Register a new external Druid component.
--
-- You can register your own components by creating them with the druid:new_{name} function.
-- You can register your own components to make new alias: the druid:new_{name} function.
-- For example, if you want to register a component called "my_component", you can create it using druid:new_my_component(...).
-- This can be useful if you have your own "basic" components that you don't want to re-create each time.
-- @function druid.register