Skip to content

Commit 4161837

Browse files
committed
Update README with changes
1 parent 698b6d4 commit 4161837

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,11 @@ neovim-client functions when you want (the plugin) to make a request
119119
of neovim. This is because the Neovim function `rpcrequest` blocks until
120120
it has received a response (from your plugin). Using async on the plugin
121121
side is the easiest way to avoid deadlock.
122+
123+
## Changes
124+
125+
### 0.1.0
126+
127+
* Use `tools.reader` for parsing source to eval
128+
* Fix bug namespaced keys using `::kw` form were expanded using the wrong
129+
namespace when read by the plugin's reader

0 commit comments

Comments
 (0)