# ChangeLog: v1.3.86

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/199a13847af99c6072a2fb57c4d12ae938c5f52b/CHANGELOG.md#1386---2023-09-18)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/443?closed=1)
    

---

## Static-linked msvc runtime

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

This PR will make user without msvc runtime installed happy.

## Preserve instead of panic for `jsc.paths`

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

SWC now preserves the original import specifier if the resolver for `jsc.paths` fails to resolve.

## Private name & logical assignments

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

`chrome 74` is a bizarre target because `class_property` is not required but `logical_assignments` is required.

This caused an issue to SWC, but it's now fixed.
