Skip to content

Commit

Permalink
fix: bullet points in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Apr 22, 2022
1 parent e32ec43 commit e0b8291
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# 0.5.5
docs: updates markdown docs to only have one h1 (#1418)
feat: add fputc wrapper to IO (#1417)
feat: register MAX and MIN macros for stdint types (#1412)
fix: respect symbol modes on interface concretization (#1415)
fix: respect let binding shadowing in memory management (#1413)
feat: adds Dynamic.sort & improves output of failing dynamic tests (#1411)
feat: implement blit on ByteOrder (#1410)
chore: updates Stackage version to 19.2 (#1408)
feat: don't manage blittable types (#1407)
ci: re-enable Debug.sanitize on Windows (#1406)
feat: add IO.fgetc (#1405)
feat: support cons-last for arrays (#1402)
refactor: project configuration get/set parity (#1400)
ci: Fixes scoop install as admin user (#1399)
feat: add c-name meta field (#1398)
feat: add Dynamic.String.to-array (#1382)
fix: mangle field names in setter templates (#1379)
fix: fix leading % format in fmt (#1380)
fix: #1347 by ignoring generically typed symbols on printing C (#1373)
fix: nix install by using correct pkg-configDepends config key (#1372)
fix: type signature of Array.unsafe-raw (#1375)
docs: Instructions to ensure correct handling of utf-8 (#1367)
- docs: updates markdown docs to only have one h1 (#1418)
- feat: add fputc wrapper to IO (#1417)
- feat: register MAX and MIN macros for stdint types (#1412)
- fix: respect symbol modes on interface concretization (#1415)
- fix: respect let binding shadowing in memory management (#1413)
- feat: adds Dynamic.sort & improves output of failing dynamic tests (#1411)
- feat: implement blit on ByteOrder (#1410)
- chore: updates Stackage version to 19.2 (#1408)
- feat: don't manage blittable types (#1407)
- ci: re-enable Debug.sanitize on Windows (#1406)
- feat: add IO.fgetc (#1405)
- feat: support cons-last for arrays (#1402)
- refactor: project configuration get/set parity (#1400)
- ci: Fixes scoop install as admin user (#1399)
- feat: add c-name meta field (#1398)
- feat: add Dynamic.String.to-array (#1382)
- fix: mangle field names in setter templates (#1379)
- fix: fix leading % format in fmt (#1380)
- fix: #1347 by ignoring generically typed symbols on printing C (#1373)
- fix: nix install by using correct pkg-configDepends config key (#1372)
- fix: type signature of Array.unsafe-raw (#1375)
- docs: Instructions to ensure correct handling of utf-8 (#1367)

# 0.5.4
- refactor: Add type candidates and template generators (#1361)
Expand Down

0 comments on commit e0b8291

Please sign in to comment.