Skip to content

Commit 35f8bd2

Browse files
Update CHANGELOG for v5.0.0 release so LuaRocks has all the latest features
## Details Was originally holding off on releasing a v5 until the render method was removed from the code, but so many features have been merged recently I'd rather do the 2 major version bumps so LuaRocks is up to date.
1 parent 6915225 commit 35f8bd2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
interchangeable. Notice of deprecation has been available for a month since
1010
[726c85c](https://github.com/MeanderingProgrammer/markdown.nvim/commit/726c85cb9cc6d7d9c85af6ab093e1ee53b5e3c82).
1111
- Ultimately removed in TODO
12+
13+
## 5.0.0 (2024-07-27)
14+
15+
### ⚠ BREAKING CHANGES
16+
1217
- Add additional user command controls to allow lazy loading on command [#72](https://github.com/MeanderingProgrammer/markdown.nvim/issues/72)
1318
[3c36a25](https://github.com/MeanderingProgrammer/markdown.nvim/commit/3c36a257e2a5684b274c1a44fddd64183c7a7507)
1419
- In order to fix:
@@ -46,6 +51,7 @@
4651
[a273033](https://github.com/MeanderingProgrammer/markdown.nvim/commit/a27303384570b85ee4538fa5f30eb418fef01ec7)
4752
- Auto-setup using plugin directory [#79](https://github.com/MeanderingProgrammer/markdown.nvim/issues/79)
4853
[67bdd9b](https://github.com/MeanderingProgrammer/markdown.nvim/commit/67bdd9b68c6519bf1d5365f10c96107032bb4532)
54+
- Upload to LuaRocks [#78](https://github.com/MeanderingProgrammer/markdown.nvim/pull/78)
4955

5056
### Bug Fixes
5157

@@ -67,6 +73,7 @@
6773
- @chrisgrieser
6874
- @Zeioth
6975
- @joshuarayton
76+
- @mrcjkb
7077

7178
### Awesome Things
7279

Diff for: doc/render-markdown.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For 0.10.0 Last change: 2024 July 26
1+
*render-markdown.txt* For 0.10.0 Last change: 2024 July 27
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -8,6 +8,7 @@ Table of Contents *render-markdown-table-of-contents*
88
3. Requirements |render-markdown-requirements|
99
4. Install |render-markdown-install|
1010
- lazy.nvim |render-markdown-install-lazy.nvim|
11+
- rocks.nvim |render-markdown-install-rocks.nvim|
1112
- packer.nvim |render-markdown-install-packer.nvim|
1213
5. Commands |render-markdown-commands|
1314
6. Setup |render-markdown-setup|
@@ -100,6 +101,13 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
100101
<
101102

102103

104+
ROCKS.NVIM *render-markdown-install-rocks.nvim*
105+
106+
>vimscript
107+
:Rocks install markdown.nvim
108+
<
109+
110+
103111
PACKER.NVIM *render-markdown-install-packer.nvim*
104112

105113
>lua

0 commit comments

Comments
 (0)