CHANGELOG 435 B

1234567891011121314
  1. The changelog tracks changes to the public API.
  2. Internal refactorings and bug fixes are not reported here.
  3. 2017-04-16 jpfr <julius.pfrommer@web.de>
  4. * Refactor UA_parseEndpointUrl to work with UA_String
  5. The output hostname and path now point into the original
  6. endpointUrl with an appropriate length.
  7. 2017-04-14 jpfr <julius.pfrommer@web.de>
  8. * Auto-instantiate only child nodes marked as mandatory (fixes #1004)