From 778df28d0fb152fde49bbda06b0896176578f5ee Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 9 Oct 2016 18:05:40 +0200 Subject: [PATCH] Add changelog for v0.2.0. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ac7796..58706ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.3.0/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v0.2.0 - 2016-10-09 + +This is the first public Alpha version. + +### Added +- Support for CoD:Online maps. + +### Fixed +- Fix techniques in Zonebuilder. +- Fixed possible memory leak. +- Fixed timeout bug when connecting to server via iw4x link. +- Partially fix deadlock in decentralized networking code. + ## v0.1.1 - 2016-09-19 This version is an internal Beta version.