Skip to content

Commit 65ad30f

Browse files
authored
[skip ci] update CHANGELOG for 2.3.12
1 parent 25e01ee commit 65ad30f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unrelease]
88
- nothing
9-
## [2.3.12] Coming soon
9+
## [2.3.12] 2020-09-30
1010
### Added
1111
- Named db statements for async platforms
1212
- Rest events on insert and update `BEFORE_INSERT = 'rest.before.insert'` and `BEFORE_UPDATE = 'rest.before.update'`
1313
- `insertGroups` method (inserts in an implicit transaction)
1414
- `quote` options for PDO wrappers
15+
- `ApplicationStorage` for global variables with async platforms (Swoole, Workerman, ngx_php...)
1516
### Fixed
1617
- [orm] `oneToMany` and `manyToMany` loading pb with 2.3.11 version see [#145](https://github.com/phpMv/ubiquity/issues/145)
1718
### Tests

0 commit comments

Comments
 (0)