Skip to content

Instantly share code, notes, and snippets.

@benji1304
benji1304 / gist:422c9326de86bc21c98c39a66d400c32
Created January 27, 2025 08:05
# Spring 25 Release note highlights
# Spring 25 Release note highlights
- Permissions
- View All renamed to View all Records
- Modify All renamed to Modify All Records
- New permission View all Fields
- does not give data access
- includes fields added later
- Flow

Keybase proof

I hereby claim:

  • I am benji1304 on github.
  • I am benji1304 (https://keybase.io/benji1304) on keybase.
  • I have a public key ASBZJcTS7D20ESvdhlFHwm8w0RvwSemRPhcWFJXk0AuJNgo

To claim this, I am signing this object:

.container {
width: 50%;
height: 200px;
overflow: hidden;
}
.container img {
max-width: 100%;
height: auto;
display: block;
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'