Skip to content

Commit

Permalink
Use ISO-8859-1 encoding if text files cannot be read using UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuric committed Jul 9, 2024
1 parent 5b42c2c commit e83d940
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
3.71.1
======
9 July 2024
- Update Gwen core from v3.61.0 to v[3.61.1](https://github.com/gwen-interpreter/gwen/releases/tag/v3.61.1)
- Use `ISO-8859-1` encoding if text files cannot be read using `UTF-8`

3.71.0
======
9 July 2024
- Update Gwen core from v3.60.1 to v[3.61.0](https://github.com/gwen-interpreter/gwen/releases/tag/v3.61.0)
- Add DSL to read in file using a given character encoding
- <name> is defined by <encoding> file "<filepath>"
- `<name> is defined by <encoding> file "<filepath>"`

3.70.1
======
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enablePlugins(GitVersioning)

// gwen core & web versions
val gwenVersion = "3.61.0"
val gwenWebVersion = "3.71.0"
val gwenVersion = "3.61.1"
val gwenWebVersion = "3.71.1"

git.baseVersion := gwenWebVersion
git.useGitDescribe := true
Expand Down

0 comments on commit e83d940

Please sign in to comment.