AbstractExposedWriteCRUDRepo#createAndInsertId now is optional and returns nullable value

This commit is contained in:
2022-10-17 14:42:53 +06:00
parent 29658c70a0
commit 2511e18d69
2 changed files with 22 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## 0.13.1
* `Repos`:
* `Exposed`:
* `AbstractExposedWriteCRUDRepo#createAndInsertId` now is optional and returns nullable value
## 0.13.0
**ALL DEPRECATIONS HAVE BEEN REMOVED**