| | 3 | |
| | 4 | |
| | 5 | 3.09 (2009-08-31) |
| | 6 | ----------------- |
| | 7 | |
| | 8 | * Fixed an obscure scanner error not reported when there is |
| | 9 | no line break at the end of the stream (Thank to Ingy). |
| | 10 | * Fixed use of uninitialized memory when emitting anchors with |
| | 11 | LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). |
| | 12 | * Fixed emitting incorrect BOM characters for UTF-16 (Thank to |
| | 13 | Valentin Nechayev) |
| | 14 | * Fixed the emitter for folded scalars not respecting the preferred |
| | 15 | line width (Thank to Ingy). |
| | 16 | * Fixed a subtle ordering issue with emitting '%TAG' directives |
| | 17 | (Thank to Andrey Somov). |
| | 18 | * Fixed performance regression with LibYAML bindings. |