|
4 | 4 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | | - <Version>4.5.0</Version> |
8 | | - <PackageReleaseNotes>## Changed |
| 7 | + <Version>4.6.0</Version> |
| 8 | + <PackageReleaseNotes>## Added |
9 | 9 |
|
10 | 10 |
|
| 11 | +### All |
| 12 | + |
| 13 | +- Fix #3584: Unit type compiles to undeclared variable (by @ncave) |
| 14 | + |
11 | 15 | ### Python |
12 | 16 |
|
13 | | -- Use `Any` type for all non-repeated generic arguments (by @dbrattli) |
14 | | -- Don't generate unnecessary type type-vars if generic type is replaced by `Any` (by @dbrattli) |
15 | | -- Generate new style `_T | None` instead of `Optional[_T]` (by @dbrattli) |
| 17 | +- Support `DateTime(..., DateTimeKind.Utc).ToString("O")` (by @MangelMaxime) |
16 | 18 |
|
17 | 19 | ### Rust |
18 | 20 |
|
19 | | -- Support multiple namespaces sharing a prefix in the same file (by @ncave) |
20 | | -- Support imports with the same namespace across multiple files (by @ncave) |
| 21 | +- Added `Guid.TryParse`, `Guid.ToByteArray` (by @ncave) |
| 22 | + |
| 23 | +## Changed |
| 24 | + |
| 25 | + |
| 26 | +### All |
| 27 | + |
| 28 | +- Updated .NET metadata to 8.0.100 (by @ncave) |
21 | 29 |
|
22 | 30 | ## Fixed |
23 | 31 |
|
24 | 32 |
|
25 | | -### JavaScript |
| 33 | +### Python |
26 | 34 |
|
27 | | -- Fix #3571: `[<AttachMembers>]` not compatible with f# member `this.Item` (by @ncave) |
| 35 | +- Fixed char to string type regression with binary operator (by @dbrattli) |
| 36 | +- Fix `DateTime(..., DateTimeKind.Local).ToString("O")` (by @MangelMaxime) |
| 37 | +- Fix calling `value.ToString(CultureInfo.InvariantCulture)` (by @MangelMaxime) |
| 38 | +- Fix #3605: Fix record equality comparison to works with optional fields (by @MangelMaxime and @dbrattli) |
| 39 | +- PR #3608: Rewrite `time_span.py` allowing for better precision by using a number representation intead of native `timedelta`. (by @MangelMaxime) |
28 | 40 |
|
29 | 41 | </PackageReleaseNotes> |
30 | 42 | <!-- Allow users with newer dotnet SDK to run Fable, see #1910 --> |
|
0 commit comments