@@ -15,6 +15,18 @@ history, the old changelog, and committed file changes. Older Zemit-era entries
1515are summarized where the commit history is too granular to be useful as
1616release notes.
1717
18+ ## 3.1.4 - 2026-06-16
19+
20+ ### Changed
21+
22+ - Normalized mailer driver and SMTP encryption config case-insensitively,
23+ validated mailer option shapes, and failed fast on unsupported values before
24+ send-time network behavior.
25+ - Replaced internal references to deprecated Phalcon events interfaces with
26+ their ` Phalcon\Contracts\Events ` equivalents.
27+ - Relaxed ` modelHasColumn() ` PHPDoc to match its nullable string contract so
28+ Psalm accepts the controller trait implementation.
29+
1830## 3.1.3 - 2026-06-12
1931
2032### Fixed
@@ -131,13 +143,6 @@ release notes.
131143 database preflight failures, with direct coverage for the shared formatter.
132144- Added a public independence disclaimer clarifying that Phalcon Kit is not
133145 affiliated with, endorsed by, or sponsored by the official Phalcon project.
134- - Normalized mailer driver and SMTP encryption config case-insensitively,
135- validated mailer option shapes, and failed fast on unsupported values before
136- send-time network behavior.
137- - Replaced internal references to deprecated Phalcon events interfaces with
138- their ` Phalcon\Contracts\Events ` equivalents.
139- - Relaxed ` modelHasColumn() ` PHPDoc to match its nullable string contract so
140- Psalm accepts the controller trait implementation.
141146
142147## 3.0.3 - 2026-06-10
143148
0 commit comments