Remove reference to lua import() (#5108)

This commit is contained in:
Mm2PL
2024-01-19 21:31:19 +00:00
committed by GitHub
parent ba94e3879b
commit 36931fac62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)