We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c568b09 commit bc95b73Copy full SHA for bc95b73
CHANGELOG.md
@@ -4,13 +4,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic
5
Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [v4.11.0] - Unreleased
+## [v4.11.0] - 2022-04-25
8
9
### Added
10
11
- Add getter methods to relationship structs
12
(thanks @fsaintjacques)
13
14
+### Changed
15
+
16
+- When title casing UPPER_SNAKE_CASE strings, underscores are not removed for readablity.
17
18
### Fixes
19
20
- Fix panic when a column referrring a foreign key is ignored
0 commit comments