# ChangeLog: v1.3.93

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/787a465d8d87ac5a10dbf93f950c0af812e5364f/CHANGELOG.md#1393---2023-10-13)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/451?closed=1)
    

---

# Bugfixes for transpiler

## `await using`

* PR: [https://github.com/swc-project/swc/pull/8101](https://github.com/swc-project/swc/pull/8101)
    

## Helpers

* PR: [https://github.com/swc-project/swc/pull/8076](https://github.com/swc-project/swc/pull/8076)
    

## Decorators

* PR: [https://github.com/swc-project/swc/pull/8102](https://github.com/swc-project/swc/pull/8102)
    
* PR: [https://github.com/swc-project/swc/pull/8099](https://github.com/swc-project/swc/pull/8099)
    

## Shorthand

* PR: [https://github.com/swc-project/swc/pull/8077](https://github.com/swc-project/swc/pull/8077)
    

# Bugfixes for minifier

## Better support for `keep_fnames`

* PR: [https://github.com/swc-project/swc/pull/8093](https://github.com/swc-project/swc/pull/8093)
    

The inliner now aborts correctly if the option is enabled, and the inline source is a function to avoid name conflict.
