mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
changelog: fix markdown formatting for the new entries added in f4b6587
This commit is contained in:
parent
d591e5e7d2
commit
f6e57697ab
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -11,11 +11,11 @@
|
|||
- Add callstack support on v.debug (#20680)
|
||||
|
||||
#### Breaking changes
|
||||
sokol: the sokol wrapper was updated, to match its upstream version at commit 058a4c5, several of its APIs no longer exist
|
||||
templating.dtm: compile_template_file is no longer public
|
||||
v.trace_calls: `pub fn on_c_main() {`, is now `pub fn on_c_main(should_trace_c_main bool) {`
|
||||
v.transformer: Transformer.fn_decl is now Transformer.fn_decl_trace_calls
|
||||
x.vweb: Context.redirect(url string, redirect_type RedirectType) is now Context.redirect(url string, params RedirectParams)
|
||||
- sokol: the sokol wrapper was updated, to match its upstream version at commit 058a4c5, several of its APIs no longer exist
|
||||
- templating.dtm: compile_template_file is no longer public
|
||||
- v.trace_calls: `pub fn on_c_main() {`, is now `pub fn on_c_main(should_trace_c_main bool) {`
|
||||
- v.transformer: Transformer.fn_decl is now Transformer.fn_decl_trace_calls
|
||||
- x.vweb: Context.redirect(url string, redirect_type RedirectType) is now Context.redirect(url string, params RedirectParams)
|
||||
|
||||
#### Checker improvements/fixes
|
||||
- Check invalid lambda expr (#20461)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue