Marten 0.3.3 release notes
September 15, 2023.
Bug fixes
- Fix unexpected
Marten::Template::Errors::InvalidSyntaxexceptions raised when adding spaces between a template filter name and its argument. - Make sure that the
#addmethod of many-to-many query sets honors the targeted DB alias. - Make sure that the
#deleteand#updatequery set methods reset cached records if applicable. - Make sure that the
#addmethod of many-to-many query sets resets cached records if applicable.