Skip to content

Commit

Permalink
Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
svrdlans committed Aug 9, 2023
1 parent 17a3cd4 commit 092409d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.7.4 - 2023-08-09

### Fixed

- This version fixes warnings and errors encountered when using `harness` with
Elixir 1.15
- added harness archive ebin path to VM path list because Elixir 1.15
prunes code paths before compiling
- `EEx.eval_string/3` is now used instead of `EEx.eval_file/3` when
rendering templates with import of `Harness.Renderer.Helpers` functions
being appended to every template binary because passing `:functions` in
options is deprecated since Elixir 1.13

## 0.7.3 - 2023-04-05

### Changed
Expand Down

0 comments on commit 092409d

Please sign in to comment.