Release Notes
8.0.16.3068: Mar 14 2019
Eclipse plugin: The plugin now handles a few merge conflict warnings that we previously missed. It will now display discarded change, discarded filesystem protection change and path in conflict warnings.
Here is a screenshot of the updated Eclipse plugin in action:

Windows - Plastic: Added more log to the differences window. Sometimes an unexpected error occurs and it's not written to the log.
Command line client: Calling 'cm status' for a path not in the current directory used to result in a pesky "Error: Object reference not set to an instance of an object." message. This bug was introduced when we recently added the head changeset info to the status output by default. We have now fixed this, and cm status works as expected.
CLI shell: The Shell processed quotes as if they were boundaries of arguments, which caused quotes in the middle of an argument to split it in two. For instance, "serverpath:/doc/Table of contents.md"#br:/main@project was considered as two separate arguments: 'serverpath:/doc/Table of contents.md' and '#br:/main@project'. It's fixed now.