diff --git a/app/assets/javascripts/beak/session-lite.coffee b/app/assets/javascripts/beak/session-lite.coffee index cb413b99a..2118c2c16 100644 --- a/app/assets/javascripts/beak/session-lite.coffee +++ b/app/assets/javascripts/beak/session-lite.coffee @@ -16,7 +16,7 @@ DEFAULT_REDRAW_DELAY = 1000 / 30 MAX_REDRAW_DELAY = 1000 REDRAW_EXP = 2 -NETLOGO_VERSION = '2.10.8' +NETLOGO_VERSION = '2.11.0' # performance.now gives submillisecond timing, which improves the event loop # for models with submillisecond go procedures. Unfortunately, iOS Safari diff --git a/app/views/whatsNew.scala.html b/app/views/whatsNew.scala.html index 6689706d8..93810d493 100644 --- a/app/views/whatsNew.scala.html +++ b/app/views/whatsNew.scala.html @@ -4,6 +4,19 @@
This release adds compatibility with some NetLogo 6.4 features, including updates to the models library.
+ +let
and set
.who-are-not
reporter for agentset disjunction.This release includes a few small improvements and fixes.