forked from thoughtbot/laptop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
24 lines (15 loc) · 972 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
* [The PostgreSQL Homebrew definition has been fixed](https://github.com/thoughtbot/laptop/pull/612)
* [Return error code for failure sourcing asdf.sh](https://github.com/thoughtbot/laptop/pull/620)
* [Fix for location change of asdf.sh](https://github.com/thoughtbot/laptop/pull/622)
## 2022-03-30
### Changed
* Official support for macOS Monterey on Apple Silicon and Intel and removes official support for prior versions of macOS.
* [Use brew asdk, changes for latest node](https://github.com/thoughtbot/laptop/pull/608)
* [Ignore shellcheck warning SC3043 globally](https://github.com/thoughtbot/laptop/pull/606)
* [Use gpg-suite-no-mail](https://github.com/thoughtbot/laptop/pull/607)
* [Update ctags installation command](https://github.com/thoughtbot/laptop/pull/586)