Skip to content

Commit c31934f

Browse files
committed
0.2.6
1 parent 61d7343 commit c31934f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Changelog
22

3-
## 0.2.6 - 2024/??/??
3+
## 0.2.6 - 2024/01/10
44

55
### Server
66

7+
- Add Function body evaluation. This is the major content of this update. The server has now the required structure to parse function
8+
body and infer the return value of a function. This feature is rudimentary and a lot of function will still have a return value of None,
9+
but the code is ready to support new python expressions!
10+
- fix python path acquisition from vscode settings
11+
- Ignore git file update to avoid useless reload of the index.
12+
- Add various new diagnostics
13+
- fix deadlock that can sometimes occurs in some file update.
14+
- Add support for dynamic symbols. Dynamic symbols are symbols that are added on an object after its declaration
15+
- improve dependency graph to support models
716
- Server now reacts to WorkspaceDidChangedWatchedFiles, and will restart automatically on Odoo version change
17+
- Better logs for investigations: used settings, build name, etc...
18+
819

920
## 0.2.5 - Beta Candidate - 2024/07/10
1021
### Rustpocalypse

0 commit comments

Comments
 (0)