# ChangeLog: v1.3.87

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/276be28ae132758d4584f81a4c9d857f2725ae4c/CHANGELOG.md#1387---2023-09-22)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/444?closed=1)
    

---

## Fix for nullish coalescing

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

Previously SWC produced an invalid code if an arrow function is mixed with `??` operator.

## Fix for minification of template literals

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

SWC minifier has multiple kinds of inliner, and one of them inlined variables into the template literals even though it shouldn't. It's now fixed.
