Skip to content

Commit

Permalink
d Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Feb 15, 2023
1 parent e667121 commit 7e790f7
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Release-Notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
---------------------------------------------------------------------------------------------
Copyright (c) Quatico Solutions AG. All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information.
---------------------------------------------------------------------------------------------
Copyright (c) Quatico Solutions AG. All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information.
---------------------------------------------------------------------------------------------
-->
<!-- markdownlint-disable MD024 -->
Expand All @@ -14,6 +14,12 @@ Release notes follow the [keep a changelog](https://keepachangelog.com/en/1.0.0/

### New Features

- Serialization and deserialization errors during transport-request handling reject the promise.

## [0.2.1] - 2023-02-07

### New Features

- Support --transpileOnly command line flag for `magellan compile`

### Chore
Expand All @@ -26,7 +32,8 @@ Release notes follow the [keep a changelog](https://keepachangelog.com/en/1.0.0/
### New Features

- service functions throwing errors now yield a rejection of the client promise with the error message.
- service functions throwing errors now yield a console.error with the error stack on the client if the server is not in production mode.
- service functions throwing errors now yield a console.error with the error stack on the client if the server is not in
production mode.

### Changed

Expand Down Expand Up @@ -72,4 +79,4 @@ Initial Release
- Bugfix :pill::
- Improvement :gift_heart::
- Feature :sparkles::
- Documentation :bookmark::
- Documentation :bookmark::

0 comments on commit 7e790f7

Please sign in to comment.