| | 109 | '''3.05 (2007-05-13)''' |
| | 110 | * Allow for immutable subclasses of YAMLObject. Fixed #53. |
| | 111 | * Make the encoding of the unicode->str conversion explicit; fixed #52. |
| | 112 | * Fixed a problem when the `DOCUMENT-END` event is not emitted until the beginning |
| | 113 | of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net |
| | 114 | for the bug report. |
| | 115 | * Improve output of float values. Fixed #49. |
| | 116 | * Fix the bug when the path in `add_path_resolver` contains boolean values. |
| | 117 | Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting and pointing to the cause). |
| | 118 | * Use the types module instead of constructing type objects by hand. Fixed #41. |
| | 119 | Thanks to v.haisman(at)sh.cvut.cz for the patch. |
| | 120 | * Fix loss of microsecond precision in datetime.datetime constructor (fix #30). |
| | 121 | Thanks to edemaine(at)mit.edu for the bug report and the patch. |
| | 122 | * Fixed loading an empty YAML stream. |
| | 123 | |