Skip to content

Commit

Permalink
Update changelog for website
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jun 17, 2023
1 parent 8709150 commit 19492f0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.11.0
# v1.11.0 (released 17th June 2023)

Fixed a crash on compiling empty programs at low optimisation levels.

Expand All @@ -11,7 +11,7 @@ Stripping is now done during linking, rather than shelling out to
Improved dead code elimination after multiply loops, e.g. `[>++<-][-]`
is equivalent to `[>++<-]`.

# v1.10.0
# v1.10.0 (released 15th June 2023)

Updated to LLVM 13.

Expand All @@ -21,7 +21,7 @@ Interface:
* CLI argument parsing now uses the clap library. No arguments have
changed, but help and argument parsing errors should be clearer.

# v1.9.0
# v1.9.0 (released 24th October 2020)

Updated to LLVM 10.0.

Expand Down
26 changes: 23 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,32 @@ id: changelog
title: Changelog
---

<!-- TODO: sync with bfc/changelog.md automatically -->

## v1.10.0
# v1.11.0 (released 17th June 2023)

No changes yet.
Fixed a crash on compiling empty programs at low optimisation levels.

## v1.9.0
The strip argument is now `-s`, consistent with other compilers, and
binaries are no longer stripped by default.

Stripping is now done during linking, rather than shelling out to
`strip`. This is faster and more robust.

Improved dead code elimination after multiply loops, e.g. `[>++<-][-]`
is equivalent to `[>++<-]`.

# v1.10.0 (released 15th June 2023)

Updated to LLVM 13.

Interface:

* Improved diagnostics display on warnings and errors.
* CLI argument parsing now uses the clap library. No arguments have
changed, but help and argument parsing errors should be clearer.

# v1.9.0 (released 24th October 2020)

Updated to LLVM 10.0.

Expand Down

0 comments on commit 19492f0

Please sign in to comment.