Skip to content

Commit 423c937

Browse files
committed
Updated change log
1 parent 31b8fc9 commit 423c937

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Change log
1616
* Deprecated features:
1717
* None
1818
* New features:
19+
* CMake: can now bypass the FindCisstNetlib provided with cisst. Used to find local cisstNetlib config file.
1920
* cisstCommon:
2021
* cmnPath: added method SharedLibrary to generate dynamic library name based on OS
2122
* cmnStrings: added cmnStringsReplaceAll
23+
* XML: added method Exists(path) and fix for compilation with Qt5/Windows
2224
* cisstVector:
2325
* added SetSize method with default value for all elements
2426
* cisstDataGenerator:
@@ -28,15 +30,18 @@ Change log
2830
* cisstMultiTask:
2931
* added methods to configure component manager using JSON values
3032
* use cisstDataGenerator for component constructor arguments (allows JSON)
33+
* fixed incorrect error messages when optional interface/command was not found
3134
* added mtsMessage type and methods to emit status/warning/error events from provided interface
3235
* added mtsMessage, mtsIntervalStatistics and mtsSystem Qt Widget/Component
36+
* updated Qt widget to save space
3337
* cisstRobot: added wrapper for Reflexxes RML, builds Reflexxes as CMake External project
3438
* cisstParameterTypes:
3539
* added type prmInputData for DAQ
3640
* added Qt widget for prmStateJoint
41+
* actuator coupling message now only requires the actuator to joint position matrix
3742
* External projects: created https://github.com/jhu-cisst-external to host clones of Reflexxes, jsoncpp and cppunit
3843
* Bug fixes:
39-
* cisstCommon: cmnRandomSequence, fixed ExtractRandomPermutation
44+
* cisstCommon: cmnRandomSequence, fixed ExtractRandomPermutation
4045
* Qt: updated OpenGL base widget when using Qt5 (now using QOpenGLWidget)
4146
* CMake: fixed search for QtXml when using Qt5
4247

0 commit comments

Comments
 (0)