Skip to content

Commit 3a53431

Browse files
committed
update readme.md
1 parent 7901f6d commit 3a53431

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,7 @@ Pay attention: previously they parsed somehow, but in incorrect structure.
403403
### Improvements:
404404

405405
1. Strings in double quotes moved as separate token from ID to fix a lot of issues with strings with spaces inside
406-
2. Python 3.10 added to supported versions
407-
3. Now parser can parse statements separated by new line also (without GO or ; at the end of statement) - https://github.com/xnuinside/simple-ddl-parser/issues/90
406+
2. Now parser can parse statements separated by new line also (without GO or ; at the end of statement) - https://github.com/xnuinside/simple-ddl-parser/issues/90
408407

409408
### Fixes:
410409

docs/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ Improvements:
470470

471471

472472
#. Strings in double quotes moved as separate token from ID to fix a lot of issues with strings with spaces inside
473-
#. Python 3.10 added to supported versions
474473
#. Now parser can parse statements separated by new line also (without GO or ; at the end of statement) - https://github.com/xnuinside/simple-ddl-parser/issues/90
475474

476475
Fixes:

0 commit comments

Comments
 (0)