From dfb14592e2632a12bd995295a3ac8d40ba647a32 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Jan 2014 16:30:41 +0100 Subject: [PATCH] Doc: Indentation --- ucw/doc/relnotes.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 9ab1921f..9cab4058 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -22,12 +22,12 @@ Release notes argument (item count) of `GARY_PUSH` and `GARY_POP`. If you want to push/pop multiple elements at once, use `GARY_PUSH_MULTI` and `GARY_POP_MULTI`. * *Incompatible:* The interface of the <> module was cleaned up - to remove non-systematic side-effects. The `HEAP_INSERT` operation is now - a proper insert (previously, it was just cleanup after insertion performed - by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN` - operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and - `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements - in the heap, please check the notes at individual functions. + to remove non-systematic side-effects. The `HEAP_INSERT` operation is now + a proper insert (previously, it was just cleanup after insertion performed + by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN` + operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and + `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements + in the heap, please check the notes at individual functions. * The <> has been improved: ** Multiple instances of the configuration parser are supported. ** *Incompatible:* As there may be more instances, we can no longer use -- 2.39.2