diff mbox series

[FFmpeg-devel,12/13] doc: Add an entry to APIchanges about no longer implicitly including version.h

Message ID 20220223142951.40366-13-martin@martin.st
State New
Headers show
Series Reduce unnecessary recompilation | expand

Commit Message

Martin Storsjö Feb. 23, 2022, 2:29 p.m. UTC
---
 doc/APIchanges | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/doc/APIchanges b/doc/APIchanges
index ea402f6118..adbfc79e13 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,12 @@  libavutil:     2021-04-27
 
 API changes, most recent first:
 
+2022-*-* - xxxxxxxxxx - all libraries
+  No longer implicitly include lib<name>/version.h in lib<name>/<name>.h.
+  Users who depend on defines from these files (LIB<name>_VERSION*,
+  LIB<name>_IDENT) must explicitly include these headers instead of
+  relying on them being included implicitly.
+
 2022-02-07 - xxxxxxxxxx - lavu 57.21.100 - fifo.h
   Deprecate AVFifoBuffer and the API around it, namely av_fifo_alloc(),
   av_fifo_alloc_array(), av_fifo_free(), av_fifo_freep(), av_fifo_reset(),