You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@
10
10
### Enhancement
11
11
- Improved SQL lexing performance with over 50% [91dc464](https://github.com/elixir-dbvisor/sql/commit/91dc464242d2e644b8c7210ac79bcf5f94c35ed8).
12
12
- Added warnings for unknown operators [5bd7ec3](https://github.com/elixir-dbvisor/sql/commit/5bd7ec391c028a592dc4c94ead7a8002113790b9).
13
-
- Added SQL.map/2 and implemented enumerable for SQL [a646203](https://github.com/elixir-dbvisor/sql/commit/a646203da05bc1e59b8f0df65b1a285ab1740a6c).
13
+
- Added `SQL.map/2` and implemented enumerable for SQL [a646203](https://github.com/elixir-dbvisor/sql/commit/a646203da05bc1e59b8f0df65b1a285ab1740a6c).
14
14
- Added SQL Mix.Task.Compiler for sql files [4ce5b24](https://github.com/elixir-dbvisor/sql/commit/4ce5b243d2ec36d51bc1a3e5a25802b2d4a18b79).
15
-
- Added syntax highlighting when inspecting %SQL{} and in compiletime warnings.
15
+
- Added syntax highlighting when inspecting `%SQL{}` and in compiletime warnings.
0 commit comments