Skip to content

Commit 8ec534b

Browse files
author
Maxime Mangel
committed
Update changelog and use real links to support rendering outside of Github
1 parent 61025a3 commit 8ec534b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
#### All
1212

1313
* Overall performance improvements
14-
* [PR 3620](https://github.com/fable-compiler/Fable/pull/3620) Removed double-dictionary lookups (by @Thorium)
15-
* [PR 3624](https://github.com/fable-compiler/Fable/pull/3624) Add G-Research analyzers and fix reported issues (by @nojaf)
14+
* [GH-3620](https://github.com/fable-compiler/Fable/pull/3620) Removed double-dictionary lookups (by @Thorium)
15+
* [GH-3624](https://github.com/fable-compiler/Fable/pull/3624) Add G-Research analyzers and fix reported issues (by @nojaf)
1616

1717
### Fixed
1818

19+
#### All
20+
21+
* [GH-3603](https://github.com/fable-compiler/Fable/issues/3603) Missing ``.gitignore`` file in the generated `fable_modules/`` folder (by @MangelMaxime)
22+
1923
#### Python
2024

21-
* Fix #3617: Fix comparaison between list option when one is None (by @mangelmaxime)
22-
* Fix #3615: Fix remove from dictionary with tuple as key (by @dbrattli)
23-
* Fix #3598: Using obj () now generated an empty dict instead of None (by @dbrattli)
24-
* Fix #3597: Do not translate .toString methods to str (by @dbrattli)
25-
* Fix #3610: Cleanup Python regex handling (by @dbrattli)
26-
* Fix #3628: System.DateTime.Substract not correctly transpiled (by @dbrattli)
27-
* Fix #3640: All union cases return the same hash code (by @dbrattli)
25+
* [GH-3617](https://github.com/fable-compiler/Fable/issues/3617): Fix comparaison between list option when one is None (by @mangelmaxime)
26+
* [GH-3615](https://github.com/fable-compiler/Fable/issues/3615): Fix remove from dictionary with tuple as key (by @dbrattli)
27+
* [GH-3598](https://github.com/fable-compiler/Fable/issues/3598): Using obj () now generated an empty dict instead of None (by @dbrattli)
28+
* [GH-3597](https://github.com/fable-compiler/Fable/issues/3597): Do not translate .toString methods to str (by @dbrattli)
29+
* [GH-3610](https://github.com/fable-compiler/Fable/issues/3610): Cleanup Python regex handling (by @dbrattli)
30+
* [GH-3628](https://github.com/fable-compiler/Fable/issues/3628): System.DateTime.Substract not correctly transpiled (by @dbrattli)
31+
* [GH-3640](https://github.com/fable-compiler/Fable/issues/3640): All union cases return the same hash code (by @dbrattli)
2832

2933
## 4.6.0 - 2023-11-27
3034

0 commit comments

Comments
 (0)