1
0
Fork 0
mirror of synced 2024-05-19 03:53:30 +12:00

Added SystemVerilog |-> |=> and <-| <=| for symmetry (#695)

This commit is contained in:
Nikita Prokopov 2019-09-02 09:28:35 +07:00
parent fb5098cf05
commit bc96f0e0cc
3 changed files with 220 additions and 7 deletions

View file

@ -48,7 +48,8 @@ All notable changes to this project will be documented in this file.
- U+2387 Alternative Key Symbol `⎇`
- U+238B Broken Circle with Northwest Arrow (Escape) `⎋`
- U+23CF Eject symbol `⏏`
- Added logical and ` /\ ` and logical or ` \/ ` ligatures, U+2227 `∧` and U+2228 `` [#738]
- Added Coq logical and ` /\ ` and logical or ` \/ ` ligatures, U+2227 `∧` and U+2228 `` [#738]
- Added SystemVerilog `|->` `|=>` and `<-|` `<=|` for symmetry [#695]
#### 1.207 (April 6, 2019)

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
{:paths ["clojure"]
:deps {org.clojure/clojure {:mvn/version "1.10.0-alpha8"}
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.flatland/ordered {:mvn/version "1.5.6"}
fipp/fipp {:mvn/version "0.6.12"}}}