File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ Improvements
2+ - Add built in libraries to Docker release (#66 )
3+ - Add signature to subprograms and enum literals.
4+ - Language server reloads on config file change (#98 )
5+ - Add pure keyword (#96 )
6+
7+ Fixes:
8+ - Check for postponed at end of process (#72 )
9+ - Add std_logic_misc package (#76 )
10+ - Correctly parse labelled end if (#97 )
11+ - Add explicit "pure" to the syntax parser (#100 )
12+
13+ Thanks to contributers
14+ - @kraigher
15+ - @Xcodo
16+ - @adrianwn
17+ - @Bochlin
18+ - @HenningHolmDE
19+ - @DanChianucci
20+ - @JayKickliter
Original file line number Diff line number Diff line change 66
77[package ]
88name = " vhdl_lang"
9- version = " 0.15 .0"
9+ version = " 0.16 .0"
1010authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
1111license = " MPL-2.0"
1212description = " VHDL Language Frontend"
Original file line number Diff line number Diff line change 66
77[package ]
88name = " vhdl_ls"
9- version = " 0.15 .0"
9+ version = " 0.16 .0"
1010authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
1111license = " MPL-2.0"
1212description = " VHDL Language Server"
You can’t perform that action at this time.
0 commit comments