You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Added
16
16
- Added a launcher function `launch` to make it easier to launch the app.
17
-
- Semantic caching enabled by SemanticCaches.jl. You can change it by setting `cached=false` in the `launch()` function (minimum similarity for cache hit is 0.99).
17
+
- Semantic caching provided by SemanticCaches.jl. You can change it by setting `cached=false` in the `launch()` function. It's disabled by default.
18
18
19
19
### Fixed
20
20
- Fixed a bug when caching would error for certain types of HTTP body (eg, `IOBuffer`)
0 commit comments