Skip to content

Commit

Permalink
Use sublist in NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jun 19, 2015
1 parent 0f13690 commit 943a9ea
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,18 @@ Deprecated or removed

* The following internal julia C functions have been renamed, in order to prevent
potential naming conflicts with C libraries: ([#11741])
`gc_wb*` -> `jl_gc_wb*`
`gc_queue_root` -> `jl_gc_queue_root`
`allocobj` -> `jl_gc_allocobj`
`alloc_[0-3]w` -> `jl_gc_alloc_*w`
`diff_gc_total_bytes` -> `jl_gc_diff_total_bytes`
`sync_gc_total_bytes` -> `jl_gc_sync_total_bytes`

* `gc_wb*` -> `jl_gc_wb*`

* `gc_queue_root` -> `jl_gc_queue_root`

* `allocobj` -> `jl_gc_allocobj`

* `alloc_[0-3]w` -> `jl_gc_alloc_*w`

* `diff_gc_total_bytes` -> `jl_gc_diff_total_bytes`

* `sync_gc_total_bytes` -> `jl_gc_sync_total_bytes`

Julia v0.3.0 Release Notes
==========================
Expand Down

0 comments on commit 943a9ea

Please sign in to comment.