Skip to content

Commit

Permalink
Build 1.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Sep 2, 2021
1 parent cbccad5 commit b4a40f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
//

// default version used by build scripts
buildVersion=1.0.76
buildVersion=1.0.77

// Must be configured boot build in substitute/release installation
//devHome=file:/E:/fan/
//devHome=/work/fan/

// JVM version compiler target, by default Fantom uses JDK 1.8 compiler
// javacParams=-source 1.8 -target 1.8
Expand Down
8 changes: 7 additions & 1 deletion src/doc/docIntro/doc/ChangeLog.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
** license: Licensed under the Academic Free License version 3.0
**************************************************************************

*Build 1.0.77 (working)*
*Build 1.0.77 (2 Sep 2021)*
- Distribution zip now shipped without tests
- List groupBy, groupByInto
- Move examples/js/ -> examples/webfwt/
- Env.compileScriptToJs
Expand All @@ -16,6 +17,11 @@
- js: New formal Env.var initialization design for JS
- js: TimeZone.cur now defaults to Env.var or queries browser for best match
- js: Locale.cur can now be defaulted via Env.var
- New asn1 pod
- New crypto pod
- New SocketConfig and TLS support in inet
- #2652: List.groupBy()
- #2798: JS Test Code

*Build 1.0.76 (10 May 2021)*
- Allow This to be in any func param position as method param
Expand Down

0 comments on commit b4a40f6

Please sign in to comment.