1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Removed ~= (closes #381)

This commit is contained in:
Nikita Prokopov 2020-04-06 00:35:06 +02:00
parent f696c47339
commit b844f9f95a
8 changed files with 94 additions and 92 deletions

View file

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
#### 3.0
- Removed `~=` [#381]
- Re-added `..=` with just a subtle spacing adjustment [#934]
- Added U+2630..U+2637 `☰☱☲☳☴☵☶☷` (Bagua trigrams) [#859]
- Disabled `<?=` (`?=` after `<`) [#850]
@ -134,7 +135,7 @@ All notable changes to this project will be documented in this file.
#### 1.200 (July 18, 2016)
- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` ([#167]) `~~~` `%%%`
- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` [#167] `~~~` `%%%`
- New safer `calt` code that doesnt apply ligatures to long sequences of chars, e.g. `!!!!`, `>>>>`, etc ([#49], [#110], [#176])
- Larger `+` `-` `*` and corresponding ligatures ([#86])
- Hexadecimal `x` (`0xFF`) is now applied to sequences like `128x128` as well ([#161])

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.