mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
docs: fix code fence in changelog
This commit is contained in:
parent
3d657061f5
commit
c4c4437508
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue