Skip to content

Commit a89f203

Browse files
committed
Update NEWS.md
Use sublist in NEWS.md
1 parent 0bfa19f commit a89f203

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,21 @@ Deprecated or removed
409409

410410
* `start_timer` and `stop_timer` are replaced by `Timer` and `close`.
411411

412+
* The following internal julia C functions have been renamed, in order to prevent
413+
potential naming conflicts with C libraries: ([#11741])
414+
415+
* `gc_wb*` -> `jl_gc_wb*`
416+
417+
* `gc_queue_root` -> `jl_gc_queue_root`
418+
419+
* `allocobj` -> `jl_gc_allocobj`
420+
421+
* `alloc_[0-3]w` -> `jl_gc_alloc_*w`
422+
423+
* `diff_gc_total_bytes` -> `jl_gc_diff_total_bytes`
424+
425+
* `sync_gc_total_bytes` -> `jl_gc_sync_total_bytes`
426+
412427
Julia v0.3.0 Release Notes
413428
==========================
414429

@@ -1462,3 +1477,4 @@ Too numerous to mention.
14621477
[#11347]: https://github.com/JuliaLang/julia/issues/11347
14631478
[#11379]: https://github.com/JuliaLang/julia/issues/11379
14641479
[#11432]: https://github.com/JuliaLang/julia/issues/11432
1480+
[#11741]: https://github.com/JuliaLang/julia/issues/11741

0 commit comments

Comments
 (0)