*** Version 1.0.4 (stable) - API 1.0.0 (stable) - 2010-11-29


-
 

*** Version 1.0.3 (stable) - API 1.0.0 (stable) - 2010-04-06


* fabien: fixed YAML parser when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII 
       * fabien: fixed offset when the document use --- or the %YAML element 
       * fabien: added ? in the list of characters that trigger quoting (for compatibility with libyaml) 
       * fabien: added backtick to the list of characters that trigger quotes as it is reserved for future use 
       * FabianLange: fixed missing newline in sfYamlParser when parsing certain symfony core files 
       * FabianLange: removed the unused value property from Parser 
       * fabien: changed Exception to InvalidArgumentException 
       * fabien: fixed YAML dump when a string contains a \r without a \n
   

*** Version 1.0.1 (stable) - API 1.0.0 (stable) - 2009-12-01


* fabien: fixed a possible loop in parsing a non-valid quoted string
   

*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2009-11-30


* fabien: first stable release as a Symfony Component
   

