When reading an RFC published by the IETF, it's hard to know what content has been corrected without explicitly checking the errata. For example, in RFC 7049 Section 2.4.2, the following correction exists in the errata:
diff --git a/rfc7049.txt b/rfc7049.txt
index 5d29907..c7c20e6 100644
--- a/rfc7049.txt
+++ b/rfc7049.txt
@@ -886,7 +886,7 @@ RFC 7049 CBOR October 2013
and eight bytes 0x00). In hexadecimal:
C2 -- Tag 2
- 29 -- Byte string of length 9
+ 49 -- Byte string of length 9
010000000000000000 -- Bytes content
But to realize this particular section was corrected, I'd have to go through the errata beforehand and write down all the sections that have corrections. Then, if I come across a section that was corrected, I'd have to look back at the errata and find what that particular correction was.
So, to simplify this process, does the IETF publish versions RFCs that include errata?