1#
2#  YAML parser for Tcl.
3#
4# Load this file!
5# >> yaml::load "CHANGES"
6#
7---
8title: YAML parser for Tcl.
9version: 0.3.5
10authors:
11  - KATO Kanryu: kanryu6@users.sourceforge.net
12license: tcllib's BSD-style license
13copyright: (c) 2008 KATO Kanryu
14
15changes:
16
17  0.3.5:
18    - 2009-05-24
19    - To read uninitialized yaml::data(current), when there is not empty line
20      or "---" at the beginning of yaml.
21    - Thanks al_chou!
22    - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=2795699&group_id=12883
23    - supported for YAML termination(...)
24  0.3.4:
25    - 2008-09-27
26    - fixed for some incorrect use of "string first/last"
27  0.3.3:
28    - 2008-06-05
29    - add benchmark
30    - validate check fors scripts
31  0.3.2:
32    - 2008-06-03
33    - add command huddle2yaml
34    - validate check fors scripts
35  0.3.1:
36    - 2008-06-02
37    - change comanndname from load to yaml2dict
38    - add command huddle2yaml
39  0.3.0:
40    - 2008-06-01
41    - testsuites for Tcl8.4
42    - using huddle-lib
43    - not to auto-convert for mapping keys
44  0.2.2:
45    - 2008-05-17
46    - begin to implement tag treatment
47    - add !!float / !!binary(base64) parsing.
48    - merge mapping "<<"
49  0.2.1:
50    - 2008-05-14
51    - add timestamp / integer parsing.
52    - improved a manual.
53  0.2.0:
54    - parser reimplimented from scratch.
55    - write a manual.
56  0.1.0:
57    - Changed the library name, from yapt-0.1.2 to yaml-0.1.0
58