You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* declare support for new feature `class-covariant-overrides` ([#4924](https://github.com/aws/jsii/issues/4924)) ([bac5377](https://github.com/aws/jsii/commit/bac5377728ca19cfb56f1b673b6f7fb05370f012))
11
+
***dotnet-runtime:** prepare for intersection types ([#4919](https://github.com/aws/jsii/issues/4919)) ([1c6d36d](https://github.com/aws/jsii/commit/1c6d36de757d2feb8e64985585b83b0d4f1cfd0b))
12
+
***dotnet:** update TargetFramework to net6.0 ([#4916](https://github.com/aws/jsii/issues/4916)) ([c0b11c7](https://github.com/aws/jsii/commit/c0b11c7323ac97405bc39302a101b206ef4787c2)), closes [#4574](https://github.com/aws/jsii/issues/4574)
13
+
***go-runtime:** add helper functions for the new interface type ([#4936](https://github.com/aws/jsii/issues/4936)) ([df85a80](https://github.com/aws/jsii/commit/df85a802b0a7150984c0e53e87c93fd174def2c3))
***jsii-pacmak:** document union types for C# ([#4928](https://github.com/aws/jsii/issues/4928)) ([c54d27c](https://github.com/aws/jsii/commit/c54d27c178de253616f438e9aa10ea36011d4464))
16
+
***jsii-pacmak:** document union types in JavaDoc ([#4922](https://github.com/aws/jsii/issues/4922)) ([5a1a8cd](https://github.com/aws/jsii/commit/5a1a8cd07c12cf6580911dac90901bb82b77a31e))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
* intersection types cannot be deserialized ([#4920](https://github.com/aws/jsii/issues/4920)) ([2c5d29c](https://github.com/aws/jsii/commit/2c5d29c2a030f08c58e2d2aba1a6326ce81bdd1c))
22
+
* jsii-pacmak errors if new targets in package.json ([#4914](https://github.com/aws/jsii/issues/4914)) ([f890e12](https://github.com/aws/jsii/commit/f890e12d35c3c5c10a746710a9ab070a749d9113))
***pacmak:** python classes are generated out of order ([#4927](https://github.com/aws/jsii/issues/4927)) ([4ee24e1](https://github.com/aws/jsii/commit/4ee24e16adb50d722a352bdab6118729b37e4418)), closes [#4426](https://github.com/aws/jsii/issues/4426)
0 commit comments