+12
CHANGELOG.md
+12
CHANGELOG.md
···
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.8.0 -- 2023-03-29
9
+
10
+
### Library
11
+
12
+
#### Fixed
13
+
14
+
- Fix error formatting panic with strict execution.
15
+
16
+
#### Changed
17
+
18
+
- The traits stored in `Functions` must now implement `Send` and `Sync` to ensure they can be shared more easily in concurrent situations.
19
+
8
20
## 0.7.0 -- 2022-10-18
9
21
10
22
### DSL
+1
-1
Cargo.toml
+1
-1
Cargo.toml