chiark / gitweb /
00a2887be4fd3e2f3573f83730854294fdc96e4f
[nailing-cargo.git] / Changes
1 {{$NEXT}}
2 -Performance improvements in TOML::Tiny::Tokenizer->next_token
3
4 0.05 2020-01-21
5 -POD fixes for TOML::Tiny::Grammar
6
7 0.04 2020-01-21
8 -Remove superfluous dependency on DateTime::Format::RFC3339, which was only
9  needed for unit tests
10
11 0.03 2020-01-18
12 -Remove automatic inflation of numerical types using Math::Big(Int|Float);
13  this may now be done with inflate_integer and inflate_float
14
15 0.02 2020-01-17
16 -Add MANIFEST.SKIP to prevent dzil from including author scripts
17
18 0.01 2020-01-17
19 -Initial release