Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [development]
pull_request:
branches: [development]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion docs/file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ import std.mem;
import std.string;
import std.core;

#define EXPECTED_VERSION 75
#define EXPECTED_VERSION 77
#define MAX_STRING_LENGTH 65535
#define FOOTNOTE_NUMBER_LEN 32
#define FOOTNOTE_HREF_LEN 96
Expand Down