Skip to content

Commit

Permalink
Minor: Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
baubakg committed Mar 18, 2024
1 parent bebdec1 commit 43ad73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* [#80 Removing stack trace for certain errors](https://github.com/adobe/bridgeService/issues/80). We removed the stack trace for errors, where the method or class cannot be found or accessed.
* [#83 Adapting log files for production](https://github.com/adobe/bridgeService/issues/83). We now limit the log files so not too much log data is stored. More details to be found in [the Technical Doc](docs/Technical.md).
* Moved the log level for the loading of the classes to 'trace' instead of 'debug'.
* We have now introduced a dedicated exception or when a public Method in a Java class with no scope definition. This created linkage errors.
* We have now introduced a dedicated exception for when a public Method in a Java class with no scope definition. This created linkage errors.

## 2.11.14
* [#61 Allowing Map/JSON return type](https://github.com/adobe/bridgeService/issues/61). Until recently we were not able to correctly accept map and JSON Objects.
Expand Down

0 comments on commit 43ad73d

Please sign in to comment.