From 36931fac6276e67510e5d28e2418ad21b8ba3fe5 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Fri, 19 Jan 2024 21:31:19 +0000 Subject: [PATCH] Remove reference to lua import() (#5108) --- CHANGELOG.md | 2 +- docs/wip-plugins.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d45e7a054..09e15b83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,7 +115,7 @@ - Dev: Moved all `.clang-format` files to the root directory. (#5037) - Dev: Load less message history upon reconnects. (#5001, #5018) - Dev: Removed the `NullablePtr` class. (#5091) -- Dev: BREAKING: Replace custom `import()` with normal Lua `require()`. (#5014) +- Dev: BREAKING: Replace custom `import()` with normal Lua `require()`. (#5014, #5108) - Dev: Fixed most compiler warnings. (#5028) - Dev: Added the ability to show `ChannelView`s without a `Split`. (#4747) - Dev: Refactor Args to be less of a singleton. (#5041) diff --git a/docs/wip-plugins.md b/docs/wip-plugins.md index 2e3284350..98016a932 100644 --- a/docs/wip-plugins.md +++ b/docs/wip-plugins.md @@ -17,7 +17,7 @@ Chatterino Plugins dir/ └── info.json ``` -`init.lua` will be the file loaded when the plugin is enabled. You may load other files using [`import` global function](#importfilename=). +`init.lua` will be the file loaded when the plugin is enabled. You may load other files using [`require` global function](#requiremodname). `info.json` contains metadata about the plugin, like its name, description, authors, homepage link, tags, version, license name. The version field **must**