Skip to content

Commit

Permalink
Updated CHANGES for #146
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Feb 4, 2024
1 parent 16bda6f commit f160406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Changes for 0.9.0
* Fixed issue #139: Wait for an <exec> action to complete before executing the next action.
* Fixed issue #141: Separator visibility options.
* Fixed issue #144: Create more live properties from date and time.
* Fixed issue #146: Set a property value from a random value (generate random values).
* Fixed issue #147: Allow property action attributes to not fail (continue to next action) if unresolved.


Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ else()
endif()

# pcg-cpp
# https://www.pcg-random.org/
# The pcg-cpp library has not created tags since 2015 even if the number of commits has double since the last release.
# At the time of this writing, HEAD revision is commit 428802d1a5634f96bcd0705fab379ff0113bcf13
# available at https://github.com/imneme/pcg-cpp/archive/428802d1a5634f96bcd0705fab379ff0113bcf13.zip
Expand Down

0 comments on commit f160406

Please sign in to comment.