CHANGELOG 563 B

123456789101112131415161718
  1. The changelog tracks changes to the public API.
  2. Internal refactorings and bug fixes are not reported here.
  3. 2017-05-03 pro <profanter at fortiss.org>
  4. * Array dimensions are UInt32 also for the highlevel client read service
  5. 2017-04-16 jpfr <julius.pfrommer at web.de>
  6. * Refactor UA_parseEndpointUrl to work with UA_String
  7. The output hostname and path now point into the original
  8. endpointUrl with an appropriate length.
  9. 2017-04-14 jpfr <julius.pfrommer at web.de>
  10. * Auto-instantiate only child nodes marked as mandatory (fixes #1004)