Skip to content

Commit 48c0228

Browse files
committed
changelog
1 parent 3451608 commit 48c0228

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixed
6+
- fix : adding new separator in eds.table and new input check
7+
38
## v0.11.2
49

510
### Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sep = r"'¦|\|'"
1+
sep = r"¦|\|"
22
regex = dict(
33
tables=rf"(\b.*{sep}.*\n)+",
44
)

0 commit comments

Comments
 (0)