Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Sep 14, 2023
1 parent 264dc0f commit a272670
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 1.11.1 - 2023-09-14

### Fix bugs

- Handle `\r` in a double-quoted string the same as `\n` ( #372 )
- Replace loop with n.Values = append(n.Values, target.Values...) ( #380 )
- Skip encoding an inline field if it is null ( #386 )
- Fix comment parsing with null value ( #388 )

# 1.11.0 - 2023-04-03

### Features
Expand Down

0 comments on commit a272670

Please sign in to comment.