aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/releases/1.1.3.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/releases/1.1.3.md')
-rw-r--r--www/releases/1.1.3.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/www/releases/1.1.3.md b/www/releases/1.1.3.md
index a37a628..d66b342 100644
--- a/www/releases/1.1.3.md
+++ b/www/releases/1.1.3.md
@@ -1,7 +1,15 @@
# Changelog
-- Added feed.js, an implementation of ARIA Feed. Thanks
- [@geoffrey-eisenbarth@github.com](https://github.com/geoffrey-eisenbarth)!
+- The following changes are all the work of
+ [@geoffrey-eisenbarth@github.com](https://github.com/geoffrey-eisenbarth):
+ - Added feed.js, an implementation of ARIA Feed. {.info.color}
+ - Fixed: Renaming of `--primary-font` to `--main-font` was incomplete. {.ok.color}
+ - Fixed: `--display-font` was documented as being renamed to
+ `--secondary-font`, but both variables were actually in use. {.ok.color}
+ Now, both are documented and used for their respective purposes.
+ - The masquerade class `.<a>` did not work as expected on `<button>`
+ elements. {.ok.color}
+ Thanks Geoffrey!
- Added a `-dark-theme` class to force-enable the dark theme. Thanks
- [@DavesBorges@github.com](https://github.com/DavesBorges)!
-- Fixed some packaging issues.
+ [@DavesBorges@github.com](https://github.com/DavesBorges)! {.info.color}
+- Fixed some packaging and distribution issues. {.ok.color}