We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82561ad commit edac376Copy full SHA for edac376
ChangeLog.md
@@ -3,8 +3,13 @@ XP Framework Core ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 11.1.0 / 2021-12-08
7
+
8
### Features
9
10
+* Improved script loading performance by deferring requiring modules until
11
+ class loading time. See xp-runners/reference#85
12
+ (@thekid)
13
* Added preliminary PHP 8.2 support by fixing various issues throughout
14
the code base. Compatibility is tracked in issue #304
15
(@thekid)
src/main/resources/VERSION
@@ -1 +1 @@
1
-11.0.1-dev
+11.1.0
0 commit comments