Add transport provider status to message buffer
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / Changelog.md
index a1c0836..101f9e8 100644 (file)
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [0.10.4] - 8/08/2019
+    * Fix underlying problem getting errno from some environments; now references new RMR message field to get errno value.
+       * Add /usr/local/lib64 to tox environment variable to support systems where libraries natually install in lib64 rather than lib.
+
 ## [0.10.3] - 7/31/2019
     * (Correctly) Include license here per Jira RICPLT-1855