Skip to content

Commit 37426a4

Browse files
committed
doc(CHANGELOG): document changed features
1 parent fce2ac6 commit 37426a4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Plugins are now placed in `lua_modules/share/lua/5.4`, allowing them to access modules in the LuaRocks tree. Their name is set to the rock's name.
13-
- Multi-file plugins (written as `plugin.lua` and files in a `plugin/` folder) are bundled into one file.
12+
- `plugin/` installs to the same directory as `library/` and `plugin.lua`
13+
- Plugins can access LuaRocks dependencies using `lls-addon-loader.lua`, which is automatically added to the `.luarc.json`
14+
- Installing a new version of a pre-existing addon removes old versions from the `.luarc.json`
1415

1516
## [v0.1.1-1]
1617

0 commit comments

Comments
 (0)