Commit 215076d0 authored by Dominik Charousset's avatar Dominik Charousset

Add UUID to all/fwd headers, add changelog entry

parent 0e4198bb
......@@ -40,6 +40,8 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- Actors can now `monitor` and `demonitor` CAF nodes (#1042). Monitoring a CAF
node causes the actor system to send a `node_down_msg` to the observer when
losing connection to the monitored node.
- In preparation of potential future API additions/changes, CAF now includes an
RFC4122-compliant `uuid` class.
### Changed
......
......@@ -118,6 +118,7 @@
#include "caf/typed_response_promise.hpp"
#include "caf/unit.hpp"
#include "caf/upstream_msg.hpp"
#include "caf/uuid.hpp"
#include "caf/decorator/sequencer.hpp"
......
......@@ -143,6 +143,7 @@ class type_erased_value;
class uniform_type_info_map;
class uri;
class uri_builder;
class uuid;
// -- templates with default parameters ----------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment