-Use fixed size return types — e.g. `FixedSizeCodec` or `FixedSizeEncoder` — whenever possible. This avoid fixed-size codecs to be wrongly interpreted as variable-size codecs when wrapped in other codecs.
+- [#718](https://github.com/codama-idl/codama/pull/718) [`6466226`](https://github.com/codama-idl/codama/commit/6466226471340209932a073176090b262aae0b84) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use fixed size return types — e.g. `FixedSizeCodec` or `FixedSizeEncoder` — whenever possible. This avoid fixed-size codecs to be wrongly interpreted as variable-size codecs when wrapped in other codecs.
+
+- [#715](https://github.com/codama-idl/codama/pull/715) [`9536f33`](https://github.com/codama-idl/codama/commit/9536f337370535a6b747a0128ef0c030ae65d299) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix an issue where `getNextOptionalAccount` would not get generated even if optional accounts exist on the instruction.