Skip to content

Commit

Permalink
update ChangeLog file
Browse files Browse the repository at this point in the history
  • Loading branch information
halturin committed Mar 2, 2020
1 parent 98be179 commit 830a617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This 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.0.0](https://github.com/halturin/ergo/releases/tag/1.0.0) - 2019-11-30 ####
#### [1.0.0](https://github.com/halturin/ergo/releases/tag/1.0.0) - 2020-03-03 ####
## There is a bunch of changes we deliver with this release
- We have changed the name - Ergo (or Ergo Framework). GitHub's repo has been
renamed as well. We also created cloned repo `ergonode` to support users of
Expand Down
2 changes: 1 addition & 1 deletion application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (gs *testAppGenServer) HandleInfo(message etf.Term, state interface{}) (str
}

func (gs *testAppGenServer) Terminate(reason string, state interface{}) {
fmt.Println("TERMINATING TEST GS IN APP with reason:", reason)
//fmt.Println("TERMINATING TEST GS IN APP with reason:", reason)
}

// testing application
Expand Down

0 comments on commit 830a617

Please sign in to comment.