February 18th Release
4.6.5
Changed
- Use KeepAChangelog instead of
RELEASE_NOTES.md
. #2095
Fixed
- Error formatting defines #if (!DEBUG) ... #endif (no #else). #2098
- Single block comment in namespace is disappearing. #1951
- Unexpected newline added before let bang. #1932
- Creating anonymous record based on a function call with a list arg fails. #1749
- Access modifier is lost in extern declaration. #1213
- Unexpected indentation in if-else when using keep_if_then_in_same_line=true. #1160
Documentation
- Add additional information about the style guide in CONTRIBUTING.md. #2078
- Fix FSharp compiler docs link for SynExpr. #2082
- Fix FSharp compiler docs link for SynExpr.DotGet expression. #2084
- Pre push hook to ensure code is formatted on upload. #2085
- Explain what's needed to close issues, that aren't reproducible anymore. #2092
Special thanks to @dawedawe, @ribeirotomas1904, @saerosV and @baronfel!