Skip to content

Commit

Permalink
Updated BREAKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 13, 2024
1 parent ac9f1d8 commit fd99bea
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions BREAKING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Log of breaking changes in index or alr.

### alr 2.0.0 + index 1.2.2
### alr 3.0.0 + index 1.3.0

- alr: removed `ALR_CONFIG` environment variable.
- alr: removed `alr config` command.

### alr 2.0.0 + index 1.3.0

- index:`binary` property required in binary origins.
- index: Paths in `[environment]` must be portable (using forward slashes).
- alr: removed `alr toolchain`'s `--install, --uninstall, --install-dir`.
- alr: deprecated (but still working) `ALR_CONFIG`, `alr config`.

### alr 1.2.2 + index 1.2.1

- Unable to load externals containing regex special characters in the system
- alr: unable to load externals containing regex special characters in the system
package name (fixed in #1545).
- Paths in `[environment]` are not converted to the native platform convention.
- alr: paths in `[environment]` are not converted to the native platform convention.

0 comments on commit fd99bea

Please sign in to comment.