Skip to content

Commit

Permalink
Prepare release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Jun 8, 2016
1 parent 45da90c commit e602ab9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,6 +18,7 @@ release/*
packages
packages/*
!packages/repositories.config
.vscode

README.html

Expand Down
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,25 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

# Changelog

## Version 3.9.0

New features:

* Add YamlVisitorBase as an improved replacement for YamlVisitor
* **YamlVisitor is now obsolete**, and will be removed in a future release.
* Ensure compatibility with AOT compilation, for platforms that do not allow dynamic code generation, such as IOS or PS4.
* Add Yaml attribute overrides feature, similar to XML Serializer attribute overrides behavior.
* Add a YamlNodeType enumeration property to nodes.

Bug fixes:

* Fix #166 - Guid conversion to JSON is unquoted.
* Ignore enum value case during deserialization.
* Improve newline handling
* In some cases, consecutive newlines were incorrectly parsed or emitted.
* Fix #177 - double.MaxValue serialization.
* Register custom type converters with higher precedence than the built-in converters.

## Version 3.8.0

New features:
Expand Down

0 comments on commit e602ab9

Please sign in to comment.