Skip to content

Commit

Permalink
Updates changelog (#1276)
Browse files Browse the repository at this point in the history
* Updates changelog

* Apply suggestions from code review

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
  • Loading branch information
jmgomez and Araq authored Oct 28, 2024
1 parent 46e2ae1 commit 7357b5b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@

# Nimble changelog

## 0.16.2

- Adds a `requires` flag which allows to add extra packages to the dependency resolution.
- Zero to hero: nimble is able to function without `nim` in the path.
- The SAT solver is now the default solver.

## 0.16.1

- Improves `nimDir`'s `nim` selection heuristic.
- Fixes a bug where the SAT cache downloaded packages in the wrong directory.
- Other fixes and improvements.

## 0.16.0

- Implemented a new experimental SAT solver for dependency resolution.
- Implemented support for self-bootstrapping when no Nim is present.
- Added support for package entry points.
- Improved Nim version management.
- Other fixes and improvements.

## 0.14.0

This is a major release containing four new features:
Expand Down

0 comments on commit 7357b5b

Please sign in to comment.