Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Sep 19, 2022
1 parent de65056 commit b69995b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# 1.0.2

* Correct logic for non-strict boolean retrieval (`[]` is no longer considered true).

## 1.0.1

* Fixed value lookup inside inline tables.

## 1.0.0

* String representations of special floating-point values (not a number, infinity) are compliant with the TOML spec.
* Support for date to string conversions in accessors.
* Multiple new helpers for easy lookup of values of various types.

## 0.9.3

### Breaking changes
Expand Down

0 comments on commit b69995b

Please # to comment.