Skip to content

Commit

Permalink
Build 1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Aug 24, 2020
1 parent 1cee331 commit 7d61bc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//

// default version used by build scripts
buildVersion=1.0.74
buildVersion=1.0.75

// Must be configured boot build in substitute/release installation
//devHome=file:/E:/fan/
Expand Down
1 change: 0 additions & 1 deletion src/buildall.fan
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class Build : BuildGroup
{
superclean
compile
test
examples
deleteNonDist
readme
Expand Down
11 changes: 9 additions & 2 deletions src/doc/docIntro/doc/ChangeLog.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
** license: Licensed under the Academic Free License version 3.0
**************************************************************************

*Build 1.0.75 (working)*
*Build 1.0.75 (24 Aug 2020)*
- Move repo from BitBucket to GitHub
- List addNotNull, mapNotNull, findNotNull
- Map addNotNull, mapNotNull, findNotNull
- Deprecated List.addIfNotNull, Map.addIfNotNull
- domkit: Add DropTarget.onLeave callback
- Updates to original documentation
- Remove actor message serialization [#2428]
- Actors now yield based on time instead of msg count
- Actor improved diagnostics
- ActorPool.balance experimental method
Expand All @@ -22,6 +21,14 @@
- Remove JS fixed sourceMappingURL in favor of SourceMap header
- New web::FilePack class
- Add opts to Zip.writeNext
- New math pod
- #2428: Remove actor message serialization
- #2669: js: Ordered map is unordered after serialization
- #2726: Serialising Nested Maps
- #2770: JS: Type methods (undefined)
- #2781: Proposal to remove Xmx512M as default option
- #2809: JS: Depend.equals()
- #2810: JS: Decimal.toStr()

*Build 1.0.74 (2 Mar 2020)*
- Java 8 runtime required
Expand Down

0 comments on commit 7d61bc2

Please sign in to comment.