docs: fix code fence in changelog

This commit is contained in:
Sloane Perrault 2023-07-07 12:46:19 -04:00
parent 3d657061f5
commit c4c4437508
No known key found for this signature in database

View file

@ -5,10 +5,11 @@
- **BREAKING:** `type/1` has been renamed to `prefix/1`
- `Ecto.ParameterizedType` implementation
- `new/2` now accepts an optional keyword list to specify the UUID `time:` in unix milliseconds
```elixir
iex> TypeID.new("test", time: 0)
#TypeID<"test_0000000000fq893mf5039xea5j">
```
```elixir
iex> TypeID.new("test", time: 0)
#TypeID<"test_0000000000fq893mf5039xea5j">
```
## 0.2.2