Add historical note to archived design doc.
diff --git a/doc/design_docs/archive/explicitly_size_enums.md b/doc/design_docs/archive/explicitly_size_enums.md index 31b5106..da5dc21 100644 --- a/doc/design_docs/archive/explicitly_size_enums.md +++ b/doc/design_docs/archive/explicitly_size_enums.md
@@ -1,5 +1,11 @@ # Design Sketch: Explicit Enum Sizes +This document is provided for historical interest. This feature is now +implemented in the form of the `[maximum_bits]` attribute on `enum`s. The +`[signedness]` attribute referenced at the bottom of the doc is also +implemented as `[is_signed]`. + + ## Overview Currently in Emboss, when rendering an Emboss `enum`, the corresponding C++