1
0
Fork 0
mirror of synced 2024-06-14 16:45:00 +12:00

Added shebang #! (closes #169, closes #193)

This commit is contained in:
Nikita Prokopov 2016-11-05 20:20:33 +07:00
parent 6a1fbce33a
commit 032314d24c
2 changed files with 69 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -146,6 +146,7 @@ Other monospaced fonts with ligatures:
- Added safe navigation operators `?.` `.?` `?:` (#215)
- Added `<~>` (#179, used in IntelliJ for collapsed methods)
- Added F# piping operators `||>` `|||>` `<||` `<|||` (#184)
- Added shebang `#!` (#169, #193)
#### 1.203 (September 17, 2016)