From 49aa931eecbad2b3ce6a91b2a91154172f3001b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Fri, 29 Mar 2019 13:06:35 +1300 Subject: [PATCH] [docs] Fix issue links in changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b98f10..b449150a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,14 @@ - FEATURE: Add `OngoingWrite` event (optional, configured at runtime). [#146], [#183] - CHANGE: Rename `Chmod` to `Metadata`. [#179], [#180], previously [#112], [#161] - DEPS: \[Linux\] Upgrade inotify to 0.7. [#184] -- META: Rename `v4-legacy` branch to `main`, to further clarify status and potentially prepare for a breaking release. +- META: Rename `v4-legacy` branch to `main`, to further clarify status and prepare for a breaking release. - DOCS: Change `v5` to `vNext` to allow for a breaking release. +[#112]: https://github.com/passcod/notify/issues/112 [#146]: https://github.com/passcod/notify/issues/146 +[#161]: https://github.com/passcod/notify/issues/161 +[#179]: https://github.com/passcod/notify/issues/179 +[#180]: https://github.com/passcod/notify/issues/180 [#183]: https://github.com/passcod/notify/issues/183 [#184]: https://github.com/passcod/notify/issues/184