Skip to content

Commit

Permalink
Update Changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Mar 4, 2019
1 parent f5c59a2 commit 53c4c75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(double-conversion VERSION 3.1.1)
project(double-conversion VERSION 3.1.2)

set(headers
double-conversion/bignum.h
Expand Down
12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2019-03-03:
Fix separator characters when they they don't fit into 8 bits.
Update version number.

2019-02-16:
Check correctly for _MSC_VER.
Patch by Ben Boeckel

2019-01-17:
Allow the library to be compiled for Emscripten.
Patch by Tim Paine.

2018-09-15:
Update version numbers. This also updates the shared-library version number.

Expand Down

0 comments on commit 53c4c75

Please sign in to comment.