# Changelog

All notable changes to `backtrace` will be documented in this file

## 1.6.1 - 2024-04-24

- Add check wether serializable closure is defined

## 1.6.0 - 2024-04-24

### What's Changed

* Serializeable closure support by @rubenvanassche in https://github.com/spatie/backtrace/pull/23

**Full Changelog**: https://github.com/spatie/backtrace/compare/1.5.3...1.6.0

## 1.5.3 - 2023-06-28

- Fix issue where arguments of throwable leaked

## 1.5.2 - 2023-06-28

- Another type update

## 1.5.1 - 2023-06-28

- Type update

## 1.5.0 - 2023-06-28

- Add support for reducing stack trace arguments (#16)

## 1.4.1 - 2023-06-13

- Allow `withArguments` to be specified with boolean

## 1.4.0 - 2023-03-04

Add `getSnippetAsString` to `Frame`

## 1.3.0 - 2023-03-04

- add `getAsString` to snippet

## 1.2.2 - 2023-02-21

- fix a misconfigured application path

## 1.2.1 - 2021-11-09

- Add a return typehint (#4)

## 1.2.0 - 2021-05-19

- add `firstApplicationFrameIndex`

## 1.1.0 - 2021-01-29

- add `snippetProperties`

## 1.0.1 - 2021-01-27

- add support for PHP 7.3

## 1.0.0 - 2020-11-24

- initial release
