Skip to content

Commit

Permalink
Update ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored Mar 29, 2021
1 parent 3210559 commit c4b56cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ Fixed `$(< filename)` include directive parsing.

GitHub issue: [#25](https://github.com/Kyorai/cuttlefish/pull/25)

### New Data Type: `fqdn`

Contributed by Andrei @hmmr Zavada.

For example, a value of `fqdn.com:8098` of type `fqdn` would be parsed
to a tuple of `{"fqdn.com", 8098}`.

GitHub issue: [$24](https://github.com/Kyorai/cuttlefish/pull/24)


## 3.0.0 (Mar 13, 2021)

Expand Down

0 comments on commit c4b56cb

Please sign in to comment.