Commit 6f8ab395 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

changelog: add note about -t to -L option rename



This was changed in commit 8f26b74e ("examples: make debug flag
option consistent").

Change-Id: Id47eff11321063b684fdd4e9d2187e459065e98e
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/416890


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 70df6cb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@

## v18.07: (Upcoming Release)

### Log

The debug log component flag has been renamed from `-t` to `-L` to prevent confusion
with tracepoints and to allow the option to be added to tools that already use `-t`
to mean something else.

### NVMe Driver

New API function spdk_nvme_qpair_add_cmd_error_injection() and