Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jun 17, 2024
1 parent 01122fe commit 17e30d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _releases/2024-07-09-1.13.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ We removed overrides for cipher suites ([#14655](https://github.com/crystal-lang

_Thanks @ysbaddaden_


### Language

- _(semantic)_ Allow rescuing exceptions that include a module ([#14553](https://github.com/crystal-lang/crystal/pull/14553), thanks @Blacksmoke16)
- Allow rescuing exceptions that include a module ([#14553], thanks @Blacksmoke16)

### Bugfixes

Expand All @@ -60,11 +58,11 @@ _(runtime)_ runtime tracing ([#14659](https://github.com/crystal-lang/crystal/pu

- _(codegen)_ Add compiler flags `-Os` and `-Oz` to optimize binary size ([#14463](https://github.com/crystal-lang/crystal/pull/14463), thanks @ysbaddaden)
- _(codegen)_ Add compiler support for AVR architecture (Arduino) ([#14393](https://github.com/crystal-lang/crystal/pull/14393), thanks @ysbaddaden)
- *(llvm)* Do not strip the macOS target triple ([#14466], thanks @hovsater)
- *(llvm)* Do not strip the macOS target triple ([#14466](https://github.com/crystal-lang/crystal/pull/14466), thanks @hovsater)

#### Formatter

- *(formatter)* Enable pending formatter features ([#14718], thanks @Blacksmoke16)
- *(formatter)* Enable pending formatter features ([#14718](https://github.com/crystal-lang/crystal/pull/14718), thanks @Blacksmoke16)

### Multi-Theading and Event Loop

Expand All @@ -75,7 +73,7 @@ _(runtime)_ runtime tracing ([#14659](https://github.com/crystal-lang/crystal/pu

- _(codegen)_ **[breaking]** Remove `CRYSTAL_LIBRARY_RPATH` and delay-load helper ([#14598](https://github.com/crystal-lang/crystal/pull/14598), thanks @HertzDevil)

- *(runtime)* Add `Crystal::Tracing` for runtime tracing ([#14659], thanks @ysbaddaden)
- *(runtime)* Add `Crystal::Tracing` for runtime tracing ([#14659](https://github.com/crystal-lang/crystal/pull/14659), thanks @ysbaddaden)

### Deprecations

Expand Down

0 comments on commit 17e30d7

Please sign in to comment.