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

Commit

Permalink
Update CHANGELOG for #699
Browse files Browse the repository at this point in the history
  • Loading branch information
bourtemb authored and t-b committed Apr 23, 2020
1 parent d300e61 commit 839987d
Showing 1 changed file with 5 additions and 2 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

0 comments on commit 839987d

Please sign in to comment.