Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit d52c4c8

Browse files
committed
Update change log for release
1 parent faf159d commit d52c4c8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
55

66
## [Unreleased]
77

8+
## [2.0.0-rc3] - 2017-06-16
9+
10+
### Changed
11+
- Logging dependencies tidied up - all logging implementations excluded from dependencies and tests use new test utils modules for logging
12+
13+
### Removed
14+
- Precondition class marked as deprecated - will be removed in 3.0.0 unless a differen tuse case is found for it
15+
816
## [2.0.0-rc2] 2017-06-06
917

1018
### Changed
@@ -623,7 +631,8 @@ turned off by default
623631

624632
- Initial release with basic dispatcher, handler and adapter generation
625633

626-
[Unreleased]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0-rc2...HEAD
634+
[Unreleased]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0-rc3...HEAD
635+
[2.0.0-rc3]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0-rc2...release-2.0.0-rc3
627636
[2.0.0-rc2]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0-rc1...release-2.0.0-rc2
628637
[2.0.0-rc1]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.7.1...release-2.0.0-rc1
629638
[1.7.1]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.7.0...release-1.7.1

0 commit comments

Comments
 (0)