update changelog

This commit is contained in:
Зеленцов Никита 2022-06-23 11:36:24 +03:00
parent 77bf1e30be
commit c7bd443cbd
1 changed files with 8 additions and 1 deletions

View File

@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.0] - 2022-06-23
### Added
- Tasks for build under dev environment, for both platform
### Fixed
- Removed checkbox "debug" from parameters
- Fixed changelog description of version 1.1.0
## [1.1.0] - 2022-06-07
### Fixed
- Using of deprecated taskman functions
- Repalced 'try_deps_update' with 'deps_update'
- Replaced 'try_deps_update' with 'deps_update'
## [1.0.1] - 2022-06-07
### Added