Skip to content

Commit

Permalink
Bump to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Nov 12, 2017
1 parent 6e420aa commit 8b0687e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ all stable changes of the first version of Recon.

*2.x*

- 2.3.3
- fixing `bin_leak` arith errors
- fixes to `recon_alloc:allocators/1` (incl. R16 compatibility)
- fix errors in scheduler wall time calculations
- `term_to_pid` supports binaries
- 2.3.2
- Allow the `return_to` option in `recon_trace`
- More efficient sorting function for procs and ports attributes
Expand Down
2 changes: 1 addition & 1 deletion src/recon.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, recon,
[{description, "Diagnostic tools for production use"},
{vsn, "2.3.2"},
{vsn, "2.3.3"},
{modules, [recon, recon_alloc, recon_lib, recon_trace]},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 8b0687e

Please sign in to comment.