Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Mar 14, 2019
1 parent 346fcd5 commit 0249607
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# (2019-02-27)
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 1.1.0 - 2019-03-13
### Added
- Coswift support generator
- Support macosx
- Subroutine should cancel when it's parent cancel.
-
### Changed

- Split coobjc to cocore and coobjc, coswift depend on cocore.
- Drag fishhook in project
- Yield change to macro defined.

### Fixed
- Fix custom stack calculate error.
- Fix batch await
- Fix c++ compile error
- Fix coswift bugs.

## 1.0.0 - 2019-02-27

### Features

Expand Down

0 comments on commit 0249607

Please sign in to comment.