Skip to content

Commit 9525db7

Browse files
committed
fix formatting
1 parent 6afcea1 commit 9525db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
### Enhancement
1111
- Improved SQL lexing performance with over 50% [91dc464](https://github.com/elixir-dbvisor/sql/commit/91dc464242d2e644b8c7210ac79bcf5f94c35ed8).
1212
- 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).
1414
- 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.
1616
- Improved compilation times.
1717

1818
## v0.3.0 (2025-08-01)

0 commit comments

Comments
 (0)