# Current preview release ## [7.2.0-preview.1] - 2020-11-17 ### Engine Updates and Fixes - Change the default fallback encoding for `GetEncoding` in `Start-Transcript` to be `UTF8` without a BOM (#13732) (Thanks @Gimly!) ### General Cmdlet Updates and Fixes - Update `pwsh -?` output to match docs (#13748) - Fix `NullReferenceException` in `Test-Json` (#12942) (Thanks @iSazonov!) - Make `Dispose` in `TranscriptionOption` idempotent (#13839) (Thanks @krishnayalavarthi!) - Add additional Microsoft PowerShell modules to the tracked modules list (#12183) - Relax further `SSL` verification checks for `WSMan` on non-Windows hosts with verification available (#13786) (Thanks @jborean93!) - Add the `OutputTypeAttribute` to `Get-ExperimentalFeature` (#13738) (Thanks @ThomasNieto!) - Fix blocking wait when starting file associated with a Windows application (#13750) - Emit warning if `ConvertTo-Json` exceeds `-Depth` value (#13692) ### Code Cleanup

We thank the following contributors!

@xtqqczze, @mkswd, @ThomasNieto, @PatLeong, @paul-cheung, @georgettica

### Tools - Enable `CodeQL` Security scanning (#13894) - Add global `AnalyzerConfig` with default configuration (#13835) (Thanks @xtqqczze!) ### Build and Packaging Improvements

We thank the following contributors!

@mkswd, @xtqqczze

### Documentation and Help Content - Fix links to LTS versions for Windows (#14070) - Fix `crontab` formatting in example doc (#13712) (Thanks @dgoldman-msft!) [7.2.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v7.1.0...v7.2.0-preview.1