You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2023/01/17 17:04:26 UTC

[royale-asjs] branch develop updated: update release notes with new RoyaleUnit asserts

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new bc1479392b update release notes with new RoyaleUnit asserts
bc1479392b is described below

commit bc1479392bf6149717e391ce74e8c6992dd9a98c
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Tue Jan 17 09:04:13 2023 -0800

    update release notes with new RoyaleUnit asserts
---
 RELEASE_NOTES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4ed5056020..96667cd19a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -3,6 +3,7 @@ Apache Royale 0.9.10
 
 - RoyaleUnit
   - Added BDD-style expect() method for natural language assertions
+  - Added a number of new asserts, including checks for NaN, less than, greater than, less or equal, greater or equal, within range, is of type, throws exception, and matches regular expression.
 
 Apache Royale 0.9.9
 ===================