Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #707 from tango-controls/bourtemb-Update-9.3.4-Cha…
Browse files Browse the repository at this point in the history
…ngelog-for-699

Update CHANGELOG for #699
  • Loading branch information
t-b committed Apr 24, 2020
2 parents d300e61 + e2a783d commit cd4abdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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/)

## [9.3.4] - 2020-04-01
## [9.3.4] - 2020-04-23

### Fixed
- Be compatible with all in-use cppzmq versions ([#530][pr-530], [#561][pr-561], [#273][i-273], [#499][i-499], [#535][i-535])
Expand All @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- travis.yml: remove deprecated skip_cleanup ([#683][pr-683])
- Fix memory leak in Attribute::get_att_device_class() ([#677][pr-677])
- Fix crash during alarm state evaluation if attribute value is not set ([#330][i-330], [#681][pr-681])
- Fix issue where unsubscribing in push_events led to API_EventTimeout ([#686][i-686], [#699][pr-699])

### Added
- Document contributing process and use CODEOWNERS for easier review organization ([#639][pr-639])
Expand Down Expand Up @@ -330,5 +331,7 @@ where a client application might show out of date/incorrect values.
[pr-677]: https://github.com/tango-controls/cppTango/pull/677
[pr-681]: https://github.com/tango-controls/cppTango/pull/681
[pr-683]: https://github.com/tango-controls/cppTango/pull/683
[i-686]: https://github.com/tango-controls/cppTango/issues/686
[pr-689]: https://github.com/tango-controls/cppTango/pull/689
[pr-690]: https://github.com/tango-controls/cppTango/pull/690
[pr-690]: https://github.com/tango-controls/cppTango/pull/690
[pr-699]: https://github.com/tango-controls/cppTango/pull/699
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ deploy:
auth_token:
# User: cppTango-bot
# Personal Access token with repo scope, encrypted via https://ci.appveyor.com/tools/encrypt
secure: KnvPAbdhmiTQxTLOGq7nyNs6d1JYbKVKspPgigzQ3fDrI+nkaxqWCw6UmRkS2Gqe
secure: KNHPeojJrtKOT/EifgS/5GO7URZw2uOU2ZfHnRwIgg4tjffBbv9iFgh/xkwF1XWC
artifact: /.*/
repository: tango-controls/cppTango
draft: true
Expand Down

0 comments on commit cd4abdd

Please sign in to comment.