Skip to content

Commit

Permalink
Merge pull request #133 from tlsa/tlsa/v1.1.0-release
Browse files Browse the repository at this point in the history
Tlsa/v1.1.0 release
  • Loading branch information
tlsa committed Jun 6, 2020
2 parents 6e872d5 + 06b721e commit 466b095
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
LibCYAML: Change Log
====================

## LibCYAML v1.1.0

* **Loading**:
* Significantly optimised handling of aliases and anchors.
* Fixed handling of duplicate mapping keys.
* **Saving**:
* Increased precision for double precision floating point values.
* **General**:
* Fixed data handling on big endian systems.

No changes are required for client applications to upgrade.


## LibCYAML v1.0.2

* **Loading**:
Expand All @@ -17,7 +30,7 @@ No changes are required for client applications to upgrade.
* **Loading**:
* Fixed mapping and sequence values with `CYAML_FLAG_POINTER_NULL`.
* **Buildsystem**:
* Installation: Explicity create leading directories.
* Installation: Explicitly create leading directories.

No changes are required for client applications to upgrade.

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Master branch will always be DEVEL. The release process will be to make
# the release branch, set VESION_DEVEL to 0, and tag the release.
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 2
VERSION_MINOR = 1
VERSION_PATCH = 0
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit 466b095

Please sign in to comment.