We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7385b commit fd7a6ddCopy full SHA for fd7a6dd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 5.0.3
4
+
5
+- Add PHP 8.3 to continuous integration workflow by @koriym in https://github.com/auraphp/Aura.Sql/pull/227
6
+- Add lazyConnect method for interoperability with future versions by @srjlewis in https://github.com/auraphp/Aura.Sql/pull/230
7
+> Note : establishConnection was renamed to lazyConnect
8
9
## 5.0.2
10
11
- Add failing test for #183 by @harikt in https://github.com/auraphp/Aura.Sql/pull/211
@@ -270,4 +276,3 @@ Other Changes
270
276
- [NEW] Class AbstractMapper (mapper implementation)
271
277
272
278
- [NEW] Class UnitOfWork (unit-of-work implemetation)
273
-
0 commit comments