Skip to content

Commit

Permalink
Add changelog. (#72)
Browse files Browse the repository at this point in the history
* Add changelog.

* Add description.
  • Loading branch information
pardom committed Jan 8, 2020
1 parent db7644c commit 746eefe
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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).

## [Unreleased]
### Added
- Update Kotlin to 1.3.61
- Update Kotlin Coroutines to 1.3.3

### Removed
- Samples moved to https://github.com/oolong-kt/oolong-samples

## [2.0.1] - 2019-06-20
### Added
- Update Kotlin to 1.3.40

### Changed
- Remove default arguments for Runtime constructor

## [2.0.0] - 2019-05-31
### Added
- Add samples

### Changed
- Move to oolong-kt org and update packages
- Change core types from classes to functions

## [1.0.0] - 2018-08-01

Initial release

[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/oolong-kt/oolong/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/oolong-kt/oolong/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/oolong-kt/oolong/releases/tag/v1.0.0

0 comments on commit 746eefe

Please sign in to comment.