diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c40b9a601..dca690c79 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 5.0.0-rc.10 +* Add `Message.{setReceiveTimestamp,setReceiveEpochNano}` for ingestion points to use, thanks @haf + #### 5.0.0-rc.9 * BREAKING: move Logary.Message.Patterns to Logary.MessagePatterns, thanks @haf * Roundtripping JSON encode/decode, thanks @haf