1# Flang 15.0.0 (In-Progress) Release Notes
2
3> **warning**
4>
5> These are in-progress notes for the upcoming LLVM 15.0.0 release.
6> Release notes for previous releases can be found on [the Download
7> Page](https://releases.llvm.org/download.html).
8
9## Introduction
10
11This document contains the release notes for the Flang Fortran frontend,
12part of the LLVM Compiler Infrastructure, release 15.0.0. Here we
13describe the status of Flang in some detail, including major
14improvements from the previous release and new feature work. For the
15general LLVM release notes, see [the LLVM
16documentation](https://llvm.org/docs/ReleaseNotes.html). All LLVM
17releases may be downloaded from the [LLVM releases web
18site](https://llvm.org/releases/).
19
20Note that if you are reading this file from a Git checkout, this
21document applies to the *next* release, not the current one. To see the
22release notes for a specific release, please see the [releases
23page](https://llvm.org/releases/).
24
25## Major New Features
26
27## Bug Fixes
28
29## Non-comprehensive list of changes in this release
30* The bash wrapper script, `flang`, is renamed as `flang-to-external-fc`.
31
32## New Compiler Flags
33
34## Windows Support
35
36## Fortran Language Changes in Flang
37
38## Build System Changes
39
40## New Issues Found
41
42
43## Additional Information
44
45Flang's documentation is located in the `flang/docs/` directory in the
46LLVM monorepo.
47
48If you have any questions or comments about Flang, please feel free to
49contact us via the [mailing
50list](https://lists.llvm.org/mailman/listinfo/flang-dev).
51