diff --git a/.all-contributorsrc b/.all-contributorsrc
index 11935354bc..b55f2ab5e8 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1102,6 +1102,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "chezbgone",
+ "name": "Jason Chen",
+ "avatar_url": "https://avatars.githubusercontent.com/u/7344128?v=4",
+ "profile": "https://github.com/chezbgone",
+ "contributions": [
+ "doc"
+ ]
}
],
"repoType": "github",
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index bae6e0718a..b6c3e84bca 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -163,6 +163,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
 Charles Strahan 💻 |
+  Jason Chen 📖 |
diff --git a/patched-fonts/Hasklig/readme.md b/patched-fonts/Hasklig/readme.md
index 9b24b5d06c..8ce213474b 100644
--- a/patched-fonts/Hasklig/readme.md
+++ b/patched-fonts/Hasklig/readme.md
@@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
-[**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
+[**Download Hasklig Font Family v1.2**](https://github.com/i-tu/Hasklig/releases/download/v1.2/Hasklig-1.2.zip)
#### Hasklig

@@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic

### Release notes
++ [v1.2](https://github.com/i-tu/Hasklig/releases/tag/1.2)
+ + Include latest changes from the Source Code Pro repository `master` branch ([adobe-fonts/source-code-pro@`14875b7`](https://github.com/adobe-fonts/source-code-pro/commit/14875b70293e83159ad85c7d9d9081e76403d1e3)).\
+ The Source Code Versions Hasklig v1.2 is based on are:
+ - Roman 2.032
+ - Italic 1.052
+ - Variable _not supported_
+ + Most notably, this update resolves (https://github.com/i-tu/Hasklig/issues/123).
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesn’t apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"