[docgen] Update doc/neogen.txt
skip-checks: true
This commit is contained in:
@@ -183,12 +183,17 @@ Feel free to submit a PR, I will be happy to help you !
|
|||||||
We use semantic versioning ! (https://semver.org)
|
We use semantic versioning ! (https://semver.org)
|
||||||
Here is the current Neogen version:
|
Here is the current Neogen version:
|
||||||
>
|
>
|
||||||
neogen.version = "2.10.4"
|
neogen.version = "2.11.0"
|
||||||
<
|
<
|
||||||
# Changelog~
|
# Changelog~
|
||||||
|
|
||||||
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
|
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
|
||||||
|
|
||||||
|
## 2.11.0~
|
||||||
|
- Calling `:Neogen` will try to find the best type used to generate annotations (#116)
|
||||||
|
It'll recursively go up the syntax tree from the cursor position.
|
||||||
|
For example, if a function is defined inside class and the cursor is inside the function,
|
||||||
|
the annotation will be generated for the function.
|
||||||
## 2.10.0~
|
## 2.10.0~
|
||||||
- Add support for Throw statements in python
|
- Add support for Throw statements in python
|
||||||
Note: only active for reST template as of right now (please open an issue request for more templates)
|
Note: only active for reST template as of right now (please open an issue request for more templates)
|
||||||
@@ -442,4 +447,4 @@ If not specified, will use this line for all types.
|
|||||||
{required} `(string)` If specified, is used in if the first field of the table is a `table` (example above)
|
{required} `(string)` If specified, is used in if the first field of the table is a `table` (example above)
|
||||||
|
|
||||||
|
|
||||||
vim:tw=78:ts=8:noet:ft=help:norl:
|
vim:tw=78:ts=8:noet:ft=help:norl:
|
||||||
Reference in New Issue
Block a user