Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 609 Bytes

File metadata and controls

23 lines (13 loc) · 609 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

[0.11.0] - 2023-08-10

Added

  • Initial release

Changed

  • Weekly generation.
  • BREAKING: models that were in subnamespaces are now in the main model namespace to avoid circular dependencies. e.g. MicrosoftGraph::Models::CallRecords::CallRecord in now MicrosoftGraph::Models::CallRecordsCallRecord.