Skip to content

Commit bc30f18

Browse files
committed
Require OTOML 1.0.5 or newer for parser fixes
1 parent 8ec6dd1 commit bc30f18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Bug fixes
44

55
* Complete HTML pages work correctly in generator mode again (report by Auguste Baum)
6+
* Config files with multiline strings and Windows newlines (CRLF) no longer cause parse errors
7+
(report by Bohdan Kolesnikov)
8+
* Configs that consists of a single comment line terminated by end of file no longer cause parse errors
9+
(found thanks to the TOML test suite v1.4.0)
610

711
# 4.9.0 (2024-03-19)
812

soupault.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ depends: [
3939
"fmt" {>= "0.8.9"}
4040
"lambdasoup" {>= "1.0.0"}
4141
"markup" {>= "1.0.0-1"}
42-
"otoml" {>= "1.0.4"}
42+
"otoml" {>= "1.0.5"}
4343
"ezjsonm" {>= "1.2.0"}
4444
"yaml" {>= "2.0.0"}
4545
"csv" {>= "2.4"}

0 commit comments

Comments
 (0)