diff --git a/docs/manual/errors-list.html b/docs/manual/errors-list.html
index 74aa551f..50f7fc66 100644
--- a/docs/manual/errors-list.html
+++ b/docs/manual/errors-list.html
@@ -217,6 +217,8 @@
Espcblock_macro_invalid_static_args | Custom spcblock macros must have three static arguments |
Espcblock_custom_types_incomplete | Custom spcblock types are not yet supported. One day. |
Estartpos_without_spcblock | The startpos command is only valid in spcblocks |
+Einvalid_endspcblock_arg | Invalid argument to endspcblock: "%s" |
+Eunknown_endspcblock_format | Unsupported endspcblock format. Currently supported formats are "endspcblock" and "endspcblock execute [label]" |
Einternal_error | An internal asar error occured (%s). Send help. |
Epushns_without_pullns | pushns without matching pullns. |
Epullns_without_pushns | pullns without matching pushns. |
diff --git a/docs/manual/warnings-list.html b/docs/manual/warnings-list.html
index c5394de5..2c8ef6e2 100644
--- a/docs/manual/warnings-list.html
+++ b/docs/manual/warnings-list.html
@@ -49,6 +49,7 @@
Wmapper_already_set | A mapper has already been selected. | True |
Wfeature_deprecated | DEPRECATION NOTIFICATION: Feature "%s" is deprecated and will be REMOVED in the future. Please update your code to conform to newer styles. Suggested work around: %s. | True |
Wbyte_order_mark_utf8 | UTF-8 byte order mark detected and skipped. | True |
+Woptimization_settings | In Asar 2.0, the default optimization settings will change to `optimize dp always` and `optimize address mirrors`, which changes this instruction's argument from %d to %d bytes. Either specify the desired settings manually or use explicit length suffixes to silence this warning. | True |