@@ -34,3 +34,31 @@ Nim by following the instructions on our
3434
3535### Bugfixes
3636
37+ - Fixed "Latest HEAD segfaults when compiling Aporia"
38+ ([ #9889 ] ( https://github.com/nim-lang/Nim/issues/9889 ) )
39+ - Fixed "smtp module doesn't support threads."
40+ ([ #9728 ] ( https://github.com/nim-lang/Nim/issues/9728 ) )
41+ - Fixed "toInt doesn't raise an exception"
42+ ([ #2764 ] ( https://github.com/nim-lang/Nim/issues/2764 ) )
43+ - Fixed "allow ` import ` inside ` block ` : makes N runnableExamples run N x faster, minimizes scope pollution"
44+ ([ #9300 ] ( https://github.com/nim-lang/Nim/issues/9300 ) )
45+ - Fixed "regression: CI failing ` Error: unhandled exception: cannot open: /Users/travis/.cache/nim/docgen_sample_d/runnableExamples/docgen_sample_examples.nim [IOError] ` "
46+ ([ #10188 ] ( https://github.com/nim-lang/Nim/issues/10188 ) )
47+ - Fixed "Discrepancy in Documentation About 'f128 Type-Suffix"
48+ ([ #10213 ] ( https://github.com/nim-lang/Nim/issues/10213 ) )
49+ - Fixed "Performance regression with --gc: markandsweep "
50+ ([ #10271 ] ( https://github.com/nim-lang/Nim/issues/10271 ) )
51+ - Fixed "cannot call template/macros with varargs[ typed] to varargs[ untyped] "
52+ ([ #10075 ] ( https://github.com/nim-lang/Nim/issues/10075 ) )
53+ - Fixed "--embedsrc does not work on macos"
54+ ([ #10263 ] ( https://github.com/nim-lang/Nim/issues/10263 ) )
55+ - Fixed "terminal.nim colored output is not GCSAFE."
56+ ([ #8294 ] ( https://github.com/nim-lang/Nim/issues/8294 ) )
57+ - Fixed "Path in error message has ` ..\..\..\..\..\ ` prefix since 0.19.0"
58+ ([ #9556 ] ( https://github.com/nim-lang/Nim/issues/9556 ) )
59+ - Fixed ""contributing" is listed as a module on theindex"
60+ ([ #10287 ] ( https://github.com/nim-lang/Nim/issues/10287 ) )
61+ - Fixed "[ Regression] converter to string leads fail to compile on 0.19"
62+ ([ #9149 ] ( https://github.com/nim-lang/Nim/issues/9149 ) )
63+ - Fixed "oids counter starts at zero; spec says it should be random"
64+ ([ #2796 ] ( https://github.com/nim-lang/Nim/issues/2796 ) )
0 commit comments