You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In versions prior to 2.4.1, Jinja templates could optionally generate change lines by accessing the `""` section (e.g. `untyped_section`). This allowed for capturing of commit messages that would otherwise be lost.
Upon version 2.4.1, that was broken and `untyped_section` became always empty.
This change restores the functionality.
Issue-88: #88
PR-89: #89
Co-authored-by: Autumn Jolitz <[email protected]>
0 commit comments