Changelog |
* Sat Nov 03 2018 Paul Howarth <paul@city-fan.org> - 1.27-1
- Update to 1.27
- Remove a warning about uninitialized value for perl ≤ 5.10
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-3
- Perl 5.28 re-rebuild of bootstrapped packages
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-2
- Perl 5.28 rebuild
* Sun May 20 2018 Paul Howarth <paul@city-fan.org> - 1.26-1
- Update to 1.26
- Fix bug introduced in 1.25 - loading of quoted string with colon as
sequence element (GH#208)
- Support zero indented block sequences (GH#207)
* Sat May 12 2018 Paul Howarth <paul@city-fan.org> - 1.25-1
- Update to 1.25
- Support trailing comments (GH#189, GH#190, GH#191)
- Remove unused code (GH#192)
- Use Test::Deep to actually test correctly for class names (GH#193)
- Fix loading of mapping key that starts with '= ' (GH#194)
- Fix loading strings with multiple spaces (GH#172)
- Allow more characters in anchor name (GH#196)
- Add $YAML::LoadBlessed for disabling loading objects (GH#197)
- Disable test with long string under certain conditions (GH#201)
- Quote scalar if it equals '=' (GH#202)
- Multiple regexp roundtrip does not grow (GH#203)
- Add support for compact nested block sequences (GH#204)
- Support reverse order of block scalar indicators (GH#205)
- Support nested mappings in sequences (GH#206)
- Fix parsing of quoted strings (GH#188)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Oct 31 2017 Paul Howarth <paul@city-fan.org> - 1.24-1
- Update to 1.24
- Fix $LoadCode (GH#180, GH#181, GH#182)
- This release by TINITA → update source URL
- Drop redundant Group: tag
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-3
- Perl 5.26 re-rebuild of bootstrapped packages
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
- Perl 5.26 rebuild
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.23-1
- Update to 1.23
- Fix $YAML::Numify (empty values were converted to 0)
* Wed Feb 15 2017 Paul Howarth <paul@city-fan.org> - 1.22-1
- Update to 1.22
- Add $YAML::Numify
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Dec 24 2016 Paul Howarth <paul@city-fan.org> - 1.21-1
- Update to 1.21
- Declare variables with our() to avoid warnings (GH#109, GH#171)
- Empty mapping value at the end resolves to null (was becoming empty string)
(GH#131, GH#170)
- Output key in warning when duplicate key was found (GH#119, GH#169)
- Allow reading and writing to IO::Handle (GH#157, GH#168)
* Sat Dec 03 2016 Paul Howarth <paul@city-fan.org> - 1.20-1
- Update to 1.20
- Allow quoted map keys in arrays (GH#146)
- B::Deparse is loaded at runtime now
- New feature $YAML::Preserve (GH#9)
- This release by INGY → update source URL
* Sat Nov 19 2016 Paul Howarth <paul@city-fan.org> - 1.19-1
- Update to 1.19
- Add pod link to YAML::Shell (GH#164)
- Fix infinite loop for aliases without a name (GH#151)
- Improve error messages (GH#142, GH#162)
- Trailing spaces after inline seq/map work now (GH#163)
- Add test case for trailing comments (GH#154)
|