diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f2304..0928398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Lune now has a new documentation site!
+ This addresses new APIs from version `0.7.0` not being available on the docs site, brings much improved searching functionality, and will help us keep documentation more up-to-date going forward with a more automated process. You can check out the new site at [lune-org.github.io](https://lune-org.github.io/docs). + - Added `fs.copy` to recursively copy files and directories. Example usage: