File: NEWS

package info (click to toggle)
libyaml-tiny-perl 1.73-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 572 kB
  • sloc: perl: 1,397; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libyaml-tiny-perl (1.56-1) unstable; urgency=low

  The following incompatible changes are contained within this new upstream
  version:

        [INCOMPATIBLE CHANGE]

        - Previously, YAML::Tiny was sloppy about file encodings.  It is
          now strict.  The 'read' method and 'LoadFile' function expect
          UTF-8 encoded files.  The 'write' method and 'DumpFile' function
          produce UTF-8 encoded files.  The 'read_string' and
          'write_string' methods and the 'Load' and 'Dump' functions
          expect or generate (decoded) character data.

        - Previously, some errors would throw exceptions and some would
          return the error condition in $YAML::Tiny::errstr.  Now all
          errors throw exceptions.  Use of $errstr and the errstr method
          are deprecated. (David Golden)

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 15 Feb 2014 23:32:54 +0100