diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index d1db2402d..c0bc27da2 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,11 +3,21 @@ Changelog ========= +v0.46.3 - 4/20/2019 +------------------- +* Added a new Augmentation: The Shadow's Simulacrum +* Improved tab autocompletion feature in Terminal so that it works better with directories +* Bug Fix: Tech vendor location UI now properly refreshed when purchasing a TOR router +* Bug Fix: Fixed UI issue with faction donations +* Bug Fix: The money statistics & breakdown should now properly track money earned from Hacknet Server (hashes -> money) +* Bug Fix: Fixed issue with changing input in 'Minimum Path Sum in a Triangle' coding contract problem +* Fixed several typos in various places + v0.46.2 - 4/14/2019 ------------------- * Source-File 2 now allows you to form gangs in other BitNodes when your karma reaches a very large negative value * (Karma is a hidden stat and is lowered by committing crimes) - + * Gang changes: * Bug Fix: Gangs can no longer clash with themselve * Bug Fix: Winning against another gang should properly reduce their power diff --git a/doc/source/conf.py b/doc/source/conf.py index 8c716a345..0fba1ed7a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -66,7 +66,7 @@ documentation_title = '{0} Documentation'.format(project) # The short X.Y version. version = '0.46' # The full version, including alpha/beta/rc tags. -release = '0.46.2' +release = '0.46.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.