Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnelson committed Aug 12, 2018
1 parent c9e2945 commit c5f37ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

#### Version 1.0.0 (TBD)

#### Version 0.9.1 (TBD)
* Fixed a bug that caused an exception to be thrown when trying to `jsonify` a dataset that contained a `Timestamp`.
#### Version 0.9.1 (August 12, 2018)

##### Enhancements
* Upgraded client and server configuration management and added support for incremental configuration overrides. Now
Expand All @@ -14,6 +13,7 @@
##### Bug Fixes
* Fixed a bug that caused Concourse to improperly interpret values written in scientific notation as a `STRING` data type instead of the appropriate number data type.
* Fixed a bug in the logic that Concourse Server used to determine if the system's data directories were inconsistent. Because of the bug, it was possible to put Concourse in an inconsistent state from which it could not automatically recover by changing either the `buffer_directory` or `database_directory` and restarting Concourse Server. The logic has been fixed, so Concourse now accurately determines when the data directories are inconsistent and prevents the system from starting.
* Fixed a bug that caused an exception to be thrown when trying to `jsonify` a dataset that contained a `Timestamp`.

#### Version 0.9.0 (May 30, 2018)

Expand Down

0 comments on commit c5f37ab

Please sign in to comment.