mirror of
https://github.com/vlang/v.git
synced 2025-09-09 15:27:05 -04:00
changelog: cleanup empty section, document most of the minor breaking changes in 0.4.5 vs 0.4.4
This commit is contained in:
parent
a03da95680
commit
f4b6587e36
@ -11,7 +11,11 @@
|
||||
- Add callstack support on v.debug (#20680)
|
||||
|
||||
#### Breaking changes
|
||||
*none*
|
||||
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)
|
||||
@ -203,8 +207,6 @@
|
||||
#### Database drivers
|
||||
- db.sqlite: fix exec_param_many bug (#21008)
|
||||
|
||||
#### Native backend
|
||||
|
||||
#### C backend
|
||||
- Fix multidimensional fixed array size expression evaluation (fix #20311) (#20458)
|
||||
- Fix fixed array handling with operator overloading call (fix #20467) (#20469)
|
||||
|
Loading…
x
Reference in New Issue
Block a user