From 676f133771c700ad826c71fe2fee877514cc0d23 Mon Sep 17 00:00:00 2001 From: Starstrider42 Date: Sun, 26 Feb 2017 18:13:25 -0800 Subject: [PATCH] Updated changelog for recent commits. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d2daf..f51d41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Version History {#changelog} Custom Asteroids conforms to version 2.0.0 of the [Semantic Versioning specification](http://semver.org/spec/v2.0.0.html). All version numbers are to be interpreted as described therein. In addition to the actual [public API](http://starstrider42.github.io/Custom-Asteroids/), the [format of asteroid population files](http://starstrider42.github.io/Custom-Asteroids/newbelts.html) and the information stored in KSP save files will be considered part of the API for the purpose of versioning. +Unreleased +------------ + +### Changes + +* All stock configs now explicitly say which probability distributions they are using. This change is purely for self-documentation; the defaults for each orbital element are still the same. + +### Bug Fixes + +* Exception messages are more specific about which config node is responsible for failures. + Version 1.4.0 ------------