Skip to content

Commit

Permalink
docs: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jan 27, 2024
1 parent ed9d9de commit 1ce0524
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import GH from './GH.vue';

# Changelog

## v1.3.1

Fix `nil` map conversion. A `nil` map of will be converted to a `nil` map of
the target type. Previously, the target map was instantiated via `make` with a
0 size. <GH issue="126" pr="127"/>

## v1.3.0

- Fix absolute paths in [`output:file`](reference/output) <GH pr="116"/>
Expand Down

0 comments on commit 1ce0524

Please sign in to comment.